maybe fix error message not appearing on user data fetch exeption

This commit is contained in:
hippoz 2021-01-20 02:52:16 +02:00
parent 9f0a9a6629
commit e229afe026
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -28,7 +28,7 @@ function App({ user }) {
});
}, [dispatch]);
if (user === null) {
if (user === null && !hasError) {
return (
<p>
Loading...