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 (
- {isProfileComplete ? -
- -
- -
- -
- :
@@ -37,7 +28,6 @@ export default function Layout() {
- }
) } diff --git a/src/component/layout/layoutcom/UserFooter.jsx b/src/component/layout/layoutcom/UserFooter.jsx index 7f7d797..7950bb9 100644 --- a/src/component/layout/layoutcom/UserFooter.jsx +++ b/src/component/layout/layoutcom/UserFooter.jsx @@ -1,11 +1,11 @@ import React from "react"; -export default function UserFooter({isProfileComplete=false}){ +export default function UserFooter(){ const year = new Date().getFullYear() return <> -