Skip to content

Commit

Permalink
fix: remvoed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
guidari committed Nov 25, 2024
1 parent bf42df0 commit 72281b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react/src/components/Breadcrumb/BreadcrumbItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ const BreadcrumbItem: ForwardRefReturn<HTMLLIElement, BreadcrumbItemProps> =
</li>
);
}
console.log({ ariaCurrent });
console.log({ isCurrentPage });

if (typeof children === 'string') {
return (
<li className={className} ref={ref} {...rest}>
Expand Down

0 comments on commit 72281b2

Please sign in to comment.