diff --git a/app/components/DocumentBreadcrumb.tsx b/app/components/DocumentBreadcrumb.tsx index f8a262dcc..6426f7733 100644 --- a/app/components/DocumentBreadcrumb.tsx +++ b/app/components/DocumentBreadcrumb.tsx @@ -127,7 +127,7 @@ const DocumentBreadcrumb: React.FC = ({ return ( <> {collection?.name} - {path.map((node: NavigationNode) => ( + {path.slice(0, -1).map((node: NavigationNode) => ( {node.title}