From 5fb9ef88026ab8655d191f01ffa08874f138bae8 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 12 Oct 2023 14:00:50 -0400 Subject: [PATCH] refactor: show the dashboard when just logged in --- 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 a33706b..9155a95 100644 --- a/src/components/Lume.tsx +++ b/src/components/Lume.tsx @@ -24,7 +24,7 @@ export default function () { )} - {isLoggedIn && ready && } + {isLoggedIn && } ); }