Skip to content

Commit

Permalink
fix: console
Browse files Browse the repository at this point in the history
  • Loading branch information
limsohee1002 committed Nov 7, 2024
1 parent cfebd1d commit f826a88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/side-nav/MobileMenuNavModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const MobileMenuNav: FC<Props> = ({ sideNavData, navState }) => {
return null;
}

console.log(selectedCategory);
return (
<>
<div
Expand Down

0 comments on commit f826a88

Please sign in to comment.