From d7399abdea1ecfb3a8073d7edef4f9ec4bb71f17 Mon Sep 17 00:00:00 2001 From: Claudio Maggioni Date: Wed, 18 Mar 2020 15:49:33 +0100 Subject: [PATCH] Removed TODO --- smart-hut/src/App.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/smart-hut/src/App.js b/smart-hut/src/App.js index efde975..0054987 100644 --- a/smart-hut/src/App.js +++ b/smart-hut/src/App.js @@ -98,8 +98,7 @@ class App extends Component { - {/* ToDO change this back */} - {!this.state.loggedIn ? : } + {this.state.loggedIn ? : }