ソースを参照

map filter offline fix

Viktoriia 2 週間 前
コミット
dd2f617622
1 ファイル変更0 行追加2 行削除
  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;