Selaa lähdekoodia

map filter offline fix

Viktoriia 2 viikkoa sitten
vanhempi
commit
dd2f617622
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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;