diff --git a/.changelog/14115.txt b/.changelog/14115.txt new file mode 100644 index 000000000000..e8a7f86b6ea5 --- /dev/null +++ b/.changelog/14115.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: Removes duplicate breadcrumb header when navigating from child job back to parent. +``` diff --git a/ui/app/components/breadcrumbs/job.hbs b/ui/app/components/breadcrumbs/job.hbs index d3956485f063..be4b170a3a8e 100644 --- a/ui/app/components/breadcrumbs/job.hbs +++ b/ui/app/components/breadcrumbs/job.hbs @@ -8,7 +8,7 @@ {{/if}} {{#if trigger.data.isSuccess}} - {{#if trigger.data.result}} + {{#if (and trigger.data.result this.hasParent)}}