diff --git a/pages/tournament-fullscreen.js b/pages/tournament-fullscreen.js index 84a7c7b..16a7be0 100644 --- a/pages/tournament-fullscreen.js +++ b/pages/tournament-fullscreen.js @@ -26,6 +26,8 @@ function Matches(props) { lade Matches ); + } else if (props.matches.length === 0) { + matches = (
keine Matches
); } else { matches = ( {props.matches.map(match => )}