From aa5fd309549e84fde4eca7ad120dbc3b59d33673 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Fri, 22 Oct 2021 08:28:31 +0200 Subject: Enable login screen with mocked JWT server --- src/components/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/App.js') diff --git a/src/components/App.js b/src/components/App.js index 9ead9c5..636c672 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -56,8 +56,8 @@ class App extends React.Component { clearToken={this.clearToken} /> ); - // if (this.state.token === null) - // return ; + if (this.state.token === null) + return ; return (
-- cgit v1.1