From 173f5768bfc339a8f97ec834b9704bf96bb5a5e4 Mon Sep 17 00:00:00 2001 From: Malaber Date: Wed, 19 Mar 2025 21:18:00 +0100 Subject: [PATCH] Formatting --- js/components/Navigation.js | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) 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: + + } + + + +
+ +
+
+
+ ); } }