From baa38f484906f9e09848a07ddd6316b258dda0f5 Mon Sep 17 00:00:00 2001 From: Thomas Chazot Date: Tue, 5 Dec 2023 16:23:11 +0100 Subject: [PATCH] la vraiment vraiment --- cryptide_project/src/Components/GraphContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptide_project/src/Components/GraphContainer.tsx b/cryptide_project/src/Components/GraphContainer.tsx index 80bc4c8..f16c253 100644 --- a/cryptide_project/src/Components/GraphContainer.tsx +++ b/cryptide_project/src/Components/GraphContainer.tsx @@ -1019,7 +1019,7 @@ const MyGraphComponent: React.FC = ({onNodeClick, handleS catch(error){ console.log(error); } - navigate(`${basePath}/endgame?solo=true+${isDaily}`) + navigate(`${basePath}/endgame?solo=true&daily=${isDaily}`) } }