diff --git a/js/components/MatchTable.js b/js/components/MatchTable.js index fda69d9..5fa509a 100644 --- a/js/components/MatchTable.js +++ b/js/components/MatchTable.js @@ -36,7 +36,7 @@ export function MatchTable(props) { {props.match.team1.name} - kein Gegner + kein Gegner ); @@ -48,8 +48,10 @@ export function MatchTable(props) { {props.match.team1.name} - {props.match.team2.score} - {props.match.team2.name} + {props.match.team2.score} + + {props.match.team2.name} + );