mirror of
https://github.com/tale/headplane.git
synced 2026-08-24 11:36:31 +00:00
chore: v0.5.9
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user