This commit is contained in:
endiliey 2018-09-17 12:09:14 +08:00
parent 48f273e68f
commit dcb733a63a
2 changed files with 134 additions and 134 deletions

View file

@ -2,7 +2,7 @@ import React from 'react';
export default props => {
if (props.error) {
return <div align="center">Error 🔥🔥🔥</div>;
return <div align="center">Error</div>;
}
if (props.pastDelay) {
return <div align="center">Loading...</div>;