From d8f790b2e495b5d92be6838f7650f04d9e2569bb Mon Sep 17 00:00:00 2001 From: Enno Gelhaus Date: Fri, 1 Aug 2025 14:59:53 +0200 Subject: [PATCH] Update user.context.tsx --- apps/frontend/src/components/layout/user.context.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/frontend/src/components/layout/user.context.tsx b/apps/frontend/src/components/layout/user.context.tsx index 6dcb053b..8ec59335 100644 --- a/apps/frontend/src/components/layout/user.context.tsx +++ b/apps/frontend/src/components/layout/user.context.tsx @@ -28,7 +28,6 @@ export const ContextWrapper: FC<{ role: 'USER' | 'ADMIN' | 'SUPERADMIN'; publicApi: string; totalChannels: number; - admin: boolean; // Add admin field from backend response }; children: ReactNode; }> = ({ user, children }) => {