From 4071ef3d394bf9b9bcafca514da50891a3894273 Mon Sep 17 00:00:00 2001 From: Pierre Ferreira Date: Thu, 30 Nov 2023 09:08:16 +0100 Subject: [PATCH] big merge avec master :heavy_plus_sign: --- cryptide_project/src/Components/GraphContainer.tsx | 3 --- cryptide_project/src/Pages/EndGame.tsx | 6 ------ 2 files changed, 9 deletions(-) diff --git a/cryptide_project/src/Components/GraphContainer.tsx b/cryptide_project/src/Components/GraphContainer.tsx index 0341ba6..0d20acc 100644 --- a/cryptide_project/src/Components/GraphContainer.tsx +++ b/cryptide_project/src/Components/GraphContainer.tsx @@ -804,9 +804,6 @@ const MyGraphComponent: React.FC = ({onNodeClick, handleS return ( <>
- ); diff --git a/cryptide_project/src/Pages/EndGame.tsx b/cryptide_project/src/Pages/EndGame.tsx index 6ae83f6..e4f5c89 100644 --- a/cryptide_project/src/Pages/EndGame.tsx +++ b/cryptide_project/src/Pages/EndGame.tsx @@ -173,9 +173,6 @@ function EndGame() {
-
- -
{!IsDaily &&

Nombre de coups : {nbCoup}

} @@ -192,9 +189,6 @@ function EndGame() { }
-
- -
)}