Parcourir la source

map filter offline fix

Viktoriia il y a 2 semaines
Parent
commit
dd2f617622
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/screens/InAppScreens/MapScreen/FilterModal/index.tsx

+ 0 - 2
src/screens/InAppScreens/MapScreen/FilterModal/index.tsx

@@ -227,8 +227,6 @@ const FilterModal = ({
     }
   }, [selectedYear, selectedVisible, tilesType]);
 
-  if (!data && isLogged) return;
-
   const handleApplyFilter = () => {
     if (!isLogged) {
       return;