From 2b7f6e8e17d6065a33fb014bcf4322b3bc281474 Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Wed, 20 Aug 2025 13:06:22 +0200 Subject: [PATCH] fixed sidebar displaying bug --- frontend/src/components/Sidebar.tsx | 95 +++++++++++++++-------------- frontend/src/layout/Layout.tsx | 14 ++--- 2 files changed, 57 insertions(+), 52 deletions(-) diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index be15d9e..29c981e 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -22,8 +22,8 @@ const Sidebar: React.FC = () => { const sorted = [...items].sort((a, b) => Number(a.inSafe) - Number(b.inSafe)); return ( -