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' }, '*');