diff --git a/js/components/Navigation.js b/js/components/Navigation.js index 71bf4e2..7a85b95 100644 --- a/js/components/Navigation.js +++ b/js/components/Navigation.js @@ -22,21 +22,23 @@ export class TurniereNavigation extends React.Component { render() { const {tournament} = this.props; - return ( - turnie.re - {tournament && tournament.timerEnd && - - Spielzeit: - - } - - - -
- -
-
-
); + return ( + + turnie.re + {tournament && tournament.timerEnd && + + Spielzeit: + + } + + + +
+ +
+
+
+ ); } }