We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38f5f9 commit a9e57dcCopy full SHA for a9e57dc
apps/frontend/src/components/new-layout/layout.component.tsx
@@ -90,7 +90,7 @@ export const LayoutComponent = ({ children }: { children: ReactNode }) => {
90
jakartaSans.className
91
)}
92
>
93
- {/*<div>{user?.admin ? <Impersonate /> : <div />}</div>*/}
+ <div>{user?.admin ? <Impersonate /> : <div />}</div>
94
{user.tier === 'FREE' && isGeneral && billingEnabled ? (
95
<BillingAfter />
96
) : (
0 commit comments