diff --git a/priv/frontend/src/components/App.js b/priv/frontend/src/components/App.js index 0c102b6..f52338c 100644 --- a/priv/frontend/src/components/App.js +++ b/priv/frontend/src/components/App.js @@ -140,7 +140,7 @@ export default class App extends Component { ) : null} - {this.state.loading ? ( + {this.state.loading && !this.state.error ? (