From 737c8683767bdfb9cc709ceab6dd5cb70b3220b8 Mon Sep 17 00:00:00 2001 From: mboehmlaender Date: Wed, 5 Aug 2026 16:14:43 +0200 Subject: [PATCH] Update --- frontend/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index f3b137f..7e41997 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -539,6 +539,7 @@ export function App() { { type: "separator", key: "after-monthly-close" }, { type: "item", href: "/statistics", label: "Statistiken", icon: ChartNoAxesCombined, active: path.startsWith("/statistics") }, { type: "item", href: "/recurring", label: "Fixe Abrechnung", icon: Repeat, active: path.startsWith("/recurring") }, + { type: "separator", key: "before-profile" }, { type: "item", href: "/profile", label: "Profil", icon: UserCog, active: path.startsWith("/profile") }, ...(currentUser.role === "admin" ? [{ type: "item" as const, href: "/admin/users", label: "Benutzer", icon: Shield, active: path.startsWith("/admin/users") }]