diff --git a/apps/web/app/[locale]/settings/layout.tsx b/apps/web/app/[locale]/settings/layout.tsx index 03349068f..92570dc47 100644 --- a/apps/web/app/[locale]/settings/layout.tsx +++ b/apps/web/app/[locale]/settings/layout.tsx @@ -26,7 +26,7 @@ const SettingsLayout = ({ children }: { children: JSX.Element }) => { { title: t('common.SETTINGS'), href: pathName as string }, { title: t(`common.${endWord}`), href: pathName as string } ]; - console.log('breadcrumb', breadcrumb); + if (!user) { return ; } else { @@ -39,14 +39,12 @@ const SettingsLayout = ({ children }: { children: JSX.Element }) => { - {/*
*/} + > - - {/*
*/} +