feat: view as

This commit is contained in:
Nevo David 2025-07-25 21:06:46 +07:00
parent f38f5f9695
commit a9e57dc49a
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ export const LayoutComponent = ({ children }: { children: ReactNode }) => {
jakartaSans.className
)}
>
{/*<div>{user?.admin ? <Impersonate /> : <div />}</div>*/}
<div>{user?.admin ? <Impersonate /> : <div />}</div>
{user.tier === 'FREE' && isGeneral && billingEnabled ? (
<BillingAfter />
) : (