diff --git a/src/Components/Map/UtopiaMapInner.tsx b/src/Components/Map/UtopiaMapInner.tsx index 5e28be9b..0f399fdd 100644 --- a/src/Components/Map/UtopiaMapInner.tsx +++ b/src/Components/Map/UtopiaMapInner.tsx @@ -73,7 +73,7 @@ export function UtopiaMapInner({ infoText && setTimeout(() => { toast(, { autoClose: false }) - }, 4000) + }, 10000) init.current = true } // eslint-disable-next-line react-hooks/exhaustive-deps