From f8d5dee9dd90513861c7affd5d5f123a32959a06 Mon Sep 17 00:00:00 2001 From: Lucas Bordeau Date: Thu, 10 Oct 2024 14:53:28 +0200 Subject: [PATCH] Fix --- .../modules/ui/navigation/bread-crumb/components/Breadcrumb.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-front/src/modules/ui/navigation/bread-crumb/components/Breadcrumb.tsx b/packages/twenty-front/src/modules/ui/navigation/bread-crumb/components/Breadcrumb.tsx index af941d1d67bf..7440c42c6bda 100644 --- a/packages/twenty-front/src/modules/ui/navigation/bread-crumb/components/Breadcrumb.tsx +++ b/packages/twenty-front/src/modules/ui/navigation/bread-crumb/components/Breadcrumb.tsx @@ -44,7 +44,7 @@ export const Breadcrumb = ({ className, links }: BreadcrumbProps) => { const isMobile = useIsMobile(); if (isMobile && links.length > 0) { - ; + return ; } return (