From 65ddb0cb43bb66839dfa1e460003c2017189e03c Mon Sep 17 00:00:00 2001 From: Juan Di Toro Date: Sun, 5 Nov 2023 16:24:31 +0100 Subject: [PATCH] fix: forgot about this --- src/components/nft-gallery/App.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/nft-gallery/App.tsx b/src/components/nft-gallery/App.tsx index af2b9d0..025c9cc 100644 --- a/src/components/nft-gallery/App.tsx +++ b/src/components/nft-gallery/App.tsx @@ -230,8 +230,7 @@ async function bootup() { } function LoginDash() { - // const { isLoggedIn } = useAuth(); - const isLoggedIn = false; + const { isLoggedIn } = useAuth(); const { ready, inited } = useLumeStatus(); return (