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)}> -
-
+
+ + +
+
+ + +