From e6c418e7dca48289e84685fd6eecd4c826e528e4 Mon Sep 17 00:00:00 2001 From: Davit Date: Fri, 10 Nov 2023 08:52:25 +0400 Subject: [PATCH] leftover console.log --- src/components/Header/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Header/index.js b/src/components/Header/index.js index 50619fcf..7a0e6d9e 100644 --- a/src/components/Header/index.js +++ b/src/components/Header/index.js @@ -20,9 +20,7 @@ const { publicRuntimeConfig } = getConfig(); const Header = ({ logo }) => { const { asPath } = useRouter(); - const isOrganizationsPath = asPath.includes('/organizations'); - - console.log(isOrganizationsPath); + const isOrganizationsPath = asPath.includes('/organizations'); return (