From f4c9b98daeab0c2a75c0dfec4ce68828c2dbbc9f Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 3 Nov 2024 00:40:20 +0100 Subject: [PATCH] fix --- src/Components/AppShell/SidebarSubmenu.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Components/AppShell/SidebarSubmenu.tsx b/src/Components/AppShell/SidebarSubmenu.tsx index d60db7e3..ffb57872 100644 --- a/src/Components/AppShell/SidebarSubmenu.tsx +++ b/src/Components/AppShell/SidebarSubmenu.tsx @@ -12,7 +12,6 @@ function SidebarSubmenu({ icon, }: { path: string - icon: JSX.Element name: string submenu?: any | undefined