Explorar el Código

map filter offline fix

Viktoriia hace 2 semanas
padre
commit
dd2f617622
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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;