From bcba2a0727ebbe00e1d31b76c3a31a6580c77c70 Mon Sep 17 00:00:00 2001 From: Malaber Date: Thu, 13 Mar 2025 14:41:42 +0100 Subject: [PATCH] Reformat timer --- pages/tournament-fullscreen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/tournament-fullscreen.js b/pages/tournament-fullscreen.js index ff65dc6..53c943e 100644 --- a/pages/tournament-fullscreen.js +++ b/pages/tournament-fullscreen.js @@ -86,7 +86,7 @@ function FullscreenPageHeader(props) { return ( {props.title} - {props.timerEnd &&
Spielzeit: {formatTimeLeft(timeLeft)}
} + {props.timerEnd &&
Spielzeit: {formatTimeLeft(timeLeft)}
}
); }