This commit is contained in:
mgabdev
2020-02-13 19:40:04 -05:00
parent 389b189d64
commit cdde454915
44 changed files with 783 additions and 819 deletions

View File

@@ -54,7 +54,7 @@ export default class WrappedRoute extends Component {
}
renderLoading = () => {
return <ColumnIndicator type='loading' />;
return <div />
}
renderError = (props) => {