From 9b55af68cd56758d0a326043d83fd6c28d85ed68 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Sat, 11 Jun 2022 23:10:17 +0200 Subject: [PATCH] Fix match table border --- js/components/MatchTable.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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} + );