maybe fix error message not appearing on user data fetch exeption
This commit is contained in:
parent
9f0a9a6629
commit
e229afe026
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ function App({ user }) {
|
|||
});
|
||||
}, [dispatch]);
|
||||
|
||||
if (user === null) {
|
||||
if (user === null && !hasError) {
|
||||
return (
|
||||
<p>
|
||||
Loading...
|
||||
|
|
Loading…
Reference in a new issue