From 83f3d696d6f41e98697c7cb5d41ba7cf48a9accc Mon Sep 17 00:00:00 2001 From: tone Date: Fri, 19 Dec 2025 10:21:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4app-sidebar=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/console/(with-menu)/components/app-sidebar.tsx | 5 ----- 1 file changed, 5 deletions(-) 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