瀏覽代碼

location update

Viktoriia 1 月之前
父節點
當前提交
dfc9f212eb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 () => {