From 2f33df8dcbe8a01a274816912384ab6d61e0e3d3 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Thu, 10 Oct 2024 00:11:08 +0200 Subject: [PATCH] fix --- frontend/src/scripts/index.js | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index aca9136..c677bb2 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -168,14 +168,14 @@ class Main extends Component { } {Object.keys(this.state.login_status).length > 0 && -
- - -
+ + } + {Object.keys(this.state.login_status).length > 0 && + } @@ -190,7 +190,7 @@ class Main extends Component { } {this.state.page == "#register_racer" &&
-
this.onSubmit(e)}> + this.onSubmit(e)}>

Registrace Závodníka

@@ -223,8 +223,14 @@ class Main extends Component { {this.state.page == "#login" &&
this.onSubmit(e)}> -
-
+
+ + +
+
+ + +