chore: v0.5.9

This commit is contained in:
Aarnav Tale
2025-04-03 22:58:40 -04:00
parent f2747ada94
commit 66c7d9a327
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ export default function Shell() {
<>
<Header {...data} />
{/* Always show the outlet if we are onboarding */}
{(data.onboarding ? true : !data.uiAccess) ? (
{(data.onboarding ? true : data.uiAccess) ? (
<Outlet />
) : (
<Card className="mx-auto w-fit mt-24">