diff --git a/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.html b/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.html index 3184f88e13..aadfd4bea0 100644 --- a/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.html +++ b/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.html @@ -24,7 +24,7 @@ role="button" data-automation-id="dropdown-breadcrumb-path" aria-labelledby="dropdown-breadcrumb-button"> - @for (node of previousNodes; track node) { + @for (node of previousNodes; track node.id) { @if (mimeType === 'default') { - } - - @if (mimeType !== 'default') { + } @else {