Browse Source

map filter offline fix

Viktoriia 2 tuần trước cách đây
mục cha
commit
dd2f617622
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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;