Kaynağa Gözat

location update

Viktoriia 1 ay önce
ebeveyn
işleme
dfc9f212eb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/screens/InAppScreens/MapScreen/index.tsx

+ 1 - 1
src/screens/InAppScreens/MapScreen/index.tsx

@@ -450,7 +450,7 @@ const MapScreen: any = ({ navigation, route }: { navigation: any; route: any })
         setNomads(filteredNomads);
       }
     }
-  }, [usersLocation, showNomads]);
+  }, [usersLocation, showNomads, refreshInterval]);
 
   useEffect(() => {
     const loadCachedIcons = async () => {