|
@@ -328,7 +328,7 @@ const MapScreen: any = ({ navigation, route }: { navigation: any; route: any })
|
|
|
regionsFilter.visitedLabel,
|
|
|
regionsFilter.year,
|
|
|
+userId,
|
|
|
- type === 'regions' && !!userId && isConnected
|
|
|
+ type === 'regions' && !!userId
|
|
|
);
|
|
|
const { data: visitedCountryIds, refetch: refetchVisitedCountries } =
|
|
|
usePostGetVisitedCountriesIdsQuery(
|