diff --git a/src/App.js b/src/App.js index 59ae346..6600f32 100644 --- a/src/App.js +++ b/src/App.js @@ -61,7 +61,8 @@ export default function App() { /> ); } else if (netInfo.isInternetReachable) { - global.formsSockets = useFiltering(global.location || global.defaultLocation); + if (global.formsSockets === undefined) + global.formsSockets = useFiltering(global.location || global.defaultLocation); return (