From 45be17b93ad28f145ebe6661f0a69db9f74f3945 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Fri, 10 Feb 2023 12:29:07 +0800
Subject: [PATCH] Another attempt to fix FOWP

---
 src/app.jsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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');
     }
   }, []);