Feat: Geolocation
This commit is contained in:
@@ -500,7 +500,7 @@ const StoreWatchPage = ({ authorizedFetch, knownStores = [], userLocation }) =>
|
||||
} finally {
|
||||
setRegionLoading(false);
|
||||
}
|
||||
}, [authorizedFetch, selectedRegionId]);
|
||||
}, [authorizedFetch]);
|
||||
|
||||
const loadSubscriptions = useCallback(async () => {
|
||||
if (!authorizedFetch) {
|
||||
|
||||
Reference in New Issue
Block a user