diff --git a/src/component/layout/Layout.jsx b/src/component/layout/Layout.jsx index 5ae8079..d431a09 100644 --- a/src/component/layout/Layout.jsx +++ b/src/component/layout/Layout.jsx @@ -9,19 +9,10 @@ import siteLinks from '../../links/siteLinks'; export default function Layout() { const {pathname} = useLocation() - const isProfileComplete = pathname == siteLinks.profile_complete + // const isProfileComplete = pathname == siteLinks.profile_complete return (