diff --git a/bfrontend/src/Components/App.js b/bfrontend/src/Components/App.js index 088a3cf..a1e8fd4 100644 --- a/bfrontend/src/Components/App.js +++ b/bfrontend/src/Components/App.js @@ -28,7 +28,7 @@ function App({ user }) { }); }, [dispatch]); - if (user === null) { + if (user === null && !hasError) { return (

Loading...