- { - sidebarItems - .flat() - .find((item) => item.href === pathName)?.title - } -
+
+
diff --git a/src/app/admin/layout.tsx b/src/app/admin/layout.tsx index 1c43f79..15678e0 100644 --- a/src/app/admin/layout.tsx +++ b/src/app/admin/layout.tsx @@ -24,13 +24,15 @@ export default function Layout({ children }: { children: React.ReactNode }) {