diff --git a/apps/frontend/app/console/(with-menu)/components/app-sidebar.tsx b/apps/frontend/app/console/(with-menu)/components/app-sidebar.tsx index 8363c19..d5e9f2b 100644 --- a/apps/frontend/app/console/(with-menu)/components/app-sidebar.tsx +++ b/apps/frontend/app/console/(with-menu)/components/app-sidebar.tsx @@ -31,11 +31,6 @@ import { Role } from "@/lib/types/role" export function AppSidebar({ user, ...props }: React.ComponentProps & { user: User | null }) { const data = { - user: { - name: "shadcn", - email: "m@example.com", - avatar: "/avatars/shadcn.jpg", - }, navMain: null as null | { title: string url: string