From ae45cc78a1a334b076989f84bce6579945401ce2 Mon Sep 17 00:00:00 2001 From: Patrick Mueller Date: Sat, 10 Sep 2022 22:24:59 +0200 Subject: [PATCH] Fix bug in player selection screen --- src/app/components/add-game/add-game.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/components/add-game/add-game.component.html b/src/app/components/add-game/add-game.component.html index 8677307..1d7b720 100644 --- a/src/app/components/add-game/add-game.component.html +++ b/src/app/components/add-game/add-game.component.html @@ -26,19 +26,19 @@

Please enter the points that every player has collected:

- + - + - + - +

{{this.actualPlayers[0].firstName}}

{{this.actualPlayers[1].firstName}}

{{this.actualPlayers[2].firstName}}

{{this.actualPlayers[3].firstName}}