Feat: Geolocation

This commit is contained in:
2025-11-10 18:00:07 +01:00
parent 41ed69a058
commit 0f941b7174
3 changed files with 167 additions and 163 deletions

View File

@@ -500,7 +500,7 @@ const StoreWatchPage = ({ authorizedFetch, knownStores = [], userLocation }) =>
} finally {
setRegionLoading(false);
}
}, [authorizedFetch, selectedRegionId]);
}, [authorizedFetch]);
const loadSubscriptions = useCallback(async () => {
if (!authorizedFetch) {