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() { }
-
- -
)}