From 80df7de186120735cd968788c40bd0aa0be724de Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Fri, 18 Oct 2024 08:56:16 +0200 Subject: [PATCH] hide not yet ready pages --- frontend/src/scripts/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index 5365c6c..f2b7f8d 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -304,7 +304,7 @@ class Main extends Component { - {Object.keys(this.state.login_status).length === 0 && + {/*Object.keys(this.state.login_status).length === 0 && @@ -338,7 +338,7 @@ class Main extends Component { - } + */}