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