From beba48f9e7197637ae96f4be5ba28cb56b14869d Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 24 Feb 2025 16:01:02 +0000 Subject: [PATCH] fixed timing --- src/Components/Map/UtopiaMapInner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Map/UtopiaMapInner.tsx b/src/Components/Map/UtopiaMapInner.tsx index b3d1a7fb..927a7865 100644 --- a/src/Components/Map/UtopiaMapInner.tsx +++ b/src/Components/Map/UtopiaMapInner.tsx @@ -86,7 +86,7 @@ export function UtopiaMapInner({ , { autoClose: false }, ) - }, 60000) + }, 600000) init.current = true } // eslint-disable-next-line react-hooks/exhaustive-deps