Ver Fonte

map filter offline fix

Viktoriia há 2 semanas atrás
pai
commit
dd2f617622

+ 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;