Another attempt to fix FOWP

This commit is contained in:
Lim Chee Aun 2023-02-10 12:29:07 +08:00
parent 8b77615c80
commit 45be17b93a

View file

@ -119,10 +119,10 @@ function App() {
setUIState('default');
}
})();
}
} else {
setUIState('default');
}
}
}, []);
let location = useLocation();