diff --git a/apps/client/src/widgets/Breadcrumb.tsx b/apps/client/src/widgets/Breadcrumb.tsx index 651aafcfd..1ac3ecb51 100644 --- a/apps/client/src/widgets/Breadcrumb.tsx +++ b/apps/client/src/widgets/Breadcrumb.tsx @@ -79,7 +79,6 @@ function BreadcrumbLink({ notePath }: { notePath: string }) { return ( ); }