From 1dcf53b92b483d4319068b55d198dec02127a255 Mon Sep 17 00:00:00 2001 From: Juan Di Toro Date: Tue, 10 Oct 2023 16:57:17 +0200 Subject: [PATCH] chore: left out stuff --- src/components/Lume.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Lume.tsx b/src/components/Lume.tsx index ce308d1..4a86b9b 100644 --- a/src/components/Lume.tsx +++ b/src/components/Lume.tsx @@ -13,7 +13,7 @@ const Lume = () => { <> - {!isLoggedIn ? ( + {isLoggedIn ? (