Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-deriv committed Dec 24, 2024
1 parent bfdedae commit 4418703
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/UserNavbarItem/item.desktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ const UserNavbarDesktopItem = ({ authUrl, is_logged_in }: IUserNavbarItemProps)
const { deviceType } = useDeviceType();
const isDesktop = deviceType === 'desktop';
const { siteActive } = useAuthContext();

console.log(siteActive);


const handleClick = () => {
location.assign(authUrl);
};
Expand Down

0 comments on commit 4418703

Please sign in to comment.