Skip to content

Commit a9e57dc

Browse files
committed
feat: view as
1 parent f38f5f9 commit a9e57dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/new-layout/layout.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const LayoutComponent = ({ children }: { children: ReactNode }) => {
9090
jakartaSans.className
9191
)}
9292
>
93-
{/*<div>{user?.admin ? <Impersonate /> : <div />}</div>*/}
93+
<div>{user?.admin ? <Impersonate /> : <div />}</div>
9494
{user.tier === 'FREE' && isGeneral && billingEnabled ? (
9595
<BillingAfter />
9696
) : (

0 commit comments

Comments
 (0)