diff --git a/src/app.jsx b/src/app.jsx index 01cd61e0..602567bf 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -119,9 +119,9 @@ function App() { setUIState('default'); } })(); + } else { + setUIState('default'); } - - setUIState('default'); } }, []);