From acb679cf185f8f5b7210b7811962385edf3f12b5 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Wed, 11 Sep 2024 11:12:47 +0200 Subject: [PATCH] ui: spot improvs --- frontend/app/components/Spots/SpotsList/EmptyPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Spots/SpotsList/EmptyPage.tsx b/frontend/app/components/Spots/SpotsList/EmptyPage.tsx index 54f8f3b1e..387ab29f6 100644 --- a/frontend/app/components/Spots/SpotsList/EmptyPage.tsx +++ b/frontend/app/components/Spots/SpotsList/EmptyPage.tsx @@ -12,7 +12,7 @@ function EmptyPage() { let int: any; const v = localStorage.getItem(extKey); if (v) { - setExtExist(false); + setExtExist(true); } else { int = setInterval(() => { window.postMessage({ type: 'orspot:ping' }, '*');