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,9 +119,9 @@ function App() {
setUIState('default'); setUIState('default');
} }
})(); })();
} else {
setUIState('default');
} }
setUIState('default');
} }
}, []); }, []);