fix: undo faulty change to App
component
This commit is contained in:
parent
9f146de154
commit
812f38dafe
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function App({ user, fullscreenMessage }) {
|
||||||
Authenticator.login();
|
Authenticator.login();
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
if (!user && !hasError) {
|
if (user === null && !hasError) {
|
||||||
return (
|
return (
|
||||||
<p>
|
<p>
|
||||||
Loading...
|
Loading...
|
||||||
|
|
Loading…
Reference in a new issue