diff --git a/VERSION b/VERSION index 44a6f3f..99188f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.49 +1.2.50 diff --git a/management-ui/src/components/Layout/Sidebar.tsx b/management-ui/src/components/Layout/Sidebar.tsx index ef1ac03..96fabb5 100644 --- a/management-ui/src/components/Layout/Sidebar.tsx +++ b/management-ui/src/components/Layout/Sidebar.tsx @@ -130,9 +130,9 @@ export default function Sidebar({ isOpen, onClose }: SidebarProps) { {t('app.title')} - {NAV.map((section) => ( + {NAV.map((section, idx) => (
-
+
0 ? ' sidebar-section--bordered' : ''}`}>
{t(section.labelKey)}