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();
|
||||
}, []);
|
||||
|
||||
if (!user && !hasError) {
|
||||
if (user === null && !hasError) {
|
||||
return (
|
||||
<p>
|
||||
Loading...
|
||||
|
|
Loading…
Reference in a new issue