From 4814b59d5008e45c20698f34b02eb8838d957d1d Mon Sep 17 00:00:00 2001 From: Nnam Darlington Date: Mon, 4 Jul 2022 14:09:56 +0100 Subject: [PATCH] Update index.js --- ui/pages/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/pages/index.js b/ui/pages/index.js index 28e7daa..78c2937 100644 --- a/ui/pages/index.js +++ b/ui/pages/index.js @@ -292,6 +292,7 @@ export default function Home() { } catch(error){ alert(error.message) + setLoading(false) setStatus("unverified") }