Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Nov 1, 2024
1 parent cd4be12 commit 5de8924
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export const SideBarTreeItem: FC<ISideBarTreeItemProps> = ({
return href ? (component ? component : InnerAnchor) : InnerButton;
}, [component, href]);

console.log(1111, { component, href });

return (
<li className={listItemClass}>
<LinkWrapper
Expand Down

0 comments on commit 5de8924

Please sign in to comment.