Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbordeau committed Oct 10, 2024
1 parent 9753819 commit f8d5dee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Breadcrumb = ({ className, links }: BreadcrumbProps) => {
const isMobile = useIsMobile();

if (isMobile && links.length > 0) {
<MobileBreadcrumb className={className} links={links} />;
return <MobileBreadcrumb className={className} links={links} />;
}

return (
Expand Down

0 comments on commit f8d5dee

Please sign in to comment.