From 998c1cfd366dabc7603128bdc310845dd0096613 Mon Sep 17 00:00:00 2001 From: Thord Setsaas Date: Mon, 2 Dec 2024 19:54:00 +0100 Subject: [PATCH] Remove bye matches from tournament schedule --- .../tournament-schedule.marko | 36 ++++++++++--------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/src/pages/tournament-schedule/components/tournament-schedule/tournament-schedule.marko b/src/pages/tournament-schedule/components/tournament-schedule/tournament-schedule.marko index 8b39ef54..4a981e22 100644 --- a/src/pages/tournament-schedule/components/tournament-schedule/tournament-schedule.marko +++ b/src/pages/tournament-schedule/components/tournament-schedule/tournament-schedule.marko @@ -7,25 +7,27 @@
- $ var match = state.matches[data.match_id] -
- ${data.tournament_group.name} - ${data.match_displayname} -
-
${input.players[data.player_home].name}
-
- - ${match.result} + $ let match = state.matches[data.match_id] + +
+ ${data.tournament_group.name} - ${data.match_displayname} +
+
${input.players[data.player_home].name}
+
+ + ${match.result} + + + + +
+
${input.players[data.player_away].name} + +
walkover
- - - -
-
${input.players[data.player_away].name} - -
walkover
- +
-
+
\ No newline at end of file