diff --git a/src/components/layout/Templates/ManageLayout.tsx b/src/components/layout/Templates/ManageLayout.tsx index 6634597a1..a88ea2868 100644 --- a/src/components/layout/Templates/ManageLayout.tsx +++ b/src/components/layout/Templates/ManageLayout.tsx @@ -201,20 +201,14 @@ export const ManageLayout = ({ children }: ManageLayoutProps) => { const matchesActive = router.pathname.endsWith(item.href); - if (item.href.startsWith('http')) { - return ( - - ); - } - return ( - + ); })}