diff --git a/js/components/Navigation.js b/js/components/Navigation.js index e6cd07f..4795fa5 100644 --- a/js/components/Navigation.js +++ b/js/components/Navigation.js @@ -8,6 +8,12 @@ import {logout} from '../api'; import {notify} from 'react-notify-toast'; import {Timer} from './Timer'; +const TournamentTimer = ({timerEnd, className}) => ( + + Spielzeit: + +); + export class TurniereNavigation extends React.Component { constructor(props) { super(props); @@ -26,17 +32,13 @@ export class TurniereNavigation extends React.Component { turnie.re {tournament && tournament.timerEnd && - - Spielzeit: - + } {tournament && tournament.timerEnd && - - Spielzeit: - + }