From cbeb14257ab9804949da86e6d09b272c04b19f33 Mon Sep 17 00:00:00 2001 From: Baptiste Marcel Date: Tue, 28 Nov 2023 15:05:00 +0100 Subject: [PATCH] =?UTF-8?q?bon=20affichage=20endgame=20m=C3=AAme=20pas=20c?= =?UTF-8?q?onnect=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cryptide_project/src/Pages/EndGame.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/cryptide_project/src/Pages/EndGame.tsx b/cryptide_project/src/Pages/EndGame.tsx index 03ad0b4..3456710 100644 --- a/cryptide_project/src/Pages/EndGame.tsx +++ b/cryptide_project/src/Pages/EndGame.tsx @@ -85,9 +85,9 @@ function EndGame() {

{indices[players.findIndex((p) => p.id == winner?.id)].ToString("fr")}

-
+ {/*
-
+
*/}
{losingPlayers.map((player, index) => (
@@ -100,9 +100,13 @@ function EndGame() {
))}
-
+ {/*
-
+
*/} +
+ +
+
): (