fix vpn servers

This commit is contained in:
kandrusyak
2022-12-05 19:45:45 +03:00
parent 3e8a0e2233
commit 9c331789b3
8 changed files with 514 additions and 186 deletions

View File

@@ -32,6 +32,10 @@ const App = observer(() => {
document.querySelector('html').style.scrollBehavior = '';
}, [location.pathname]); // triggered on route change
if (!store.nodeInfo.networkIdentifier) {
return <LoadingOverlay />;
}
return (
<>
{store.loading && <LoadingOverlay />}