chore: update navigation

This commit is contained in:
steven
2023-11-09 08:46:26 +08:00
parent dca90fb5d2
commit eb6b0ddead
9 changed files with 22 additions and 24 deletions

View File

@ -23,7 +23,7 @@ const initialGlobalStateLoader = async () => {
try {
await initialGlobalState();
} catch (error) {
// do nth
// do nothing.
}
return null;
};