From a01003d3c8f4c8ee71dedbd39477588fb4fa2052 Mon Sep 17 00:00:00 2001 From: Thomas Chazot Date: Tue, 19 Dec 2023 09:22:33 +0100 Subject: [PATCH] correct background dans le endgame --- cryptide_project/src/Components/GraphContainer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/cryptide_project/src/Components/GraphContainer.tsx b/cryptide_project/src/Components/GraphContainer.tsx index be36bfd..f0534c0 100644 --- a/cryptide_project/src/Components/GraphContainer.tsx +++ b/cryptide_project/src/Components/GraphContainer.tsx @@ -942,6 +942,7 @@ const MyGraphComponent: React.FC = ({onNodeClick, handleS } finally{ setElapsedTime(0) + putCorrectBackground() socket.off("end game") socket.off("asked all") socket.off("opacity activated")