Update user.context.tsx
This commit is contained in:
parent
894dfdbd34
commit
d8f790b2e4
1 changed files with 0 additions and 1 deletions
|
|
@ -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 }) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue