Skip to content

Commit

Permalink
leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Nov 10, 2023
1 parent 172d321 commit e6c418e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<StyledHeader isOrganizationsPath={isOrganizationsPath}>
Expand Down

0 comments on commit e6c418e

Please sign in to comment.