|
@ -61,7 +61,8 @@ export default function App() { |
|
|
/> |
|
|
/> |
|
|
); |
|
|
); |
|
|
} else if (netInfo.isInternetReachable) { |
|
|
} else if (netInfo.isInternetReachable) { |
|
|
global.formsSockets = useFiltering(global.location || global.defaultLocation); |
|
|
|
|
|
|
|
|
if (global.formsSockets === undefined) |
|
|
|
|
|
global.formsSockets = useFiltering(global.location || global.defaultLocation); |
|
|
|
|
|
|
|
|
return ( |
|
|
return ( |
|
|
<AuthContext.Provider |
|
|
<AuthContext.Provider |
|
|