Skip to content

Commit

Permalink
[NIFI-13582] - Fix tracking expression warning from the breadcrumbs t…
Browse files Browse the repository at this point in the history
…emplate (#9113)

This closes #9113
  • Loading branch information
rfellows authored Jul 25, 2024
1 parent 6679680 commit 2f73ced
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->

<div class="px-4 flex justify-start items-center overflow-x-auto breadcrumbs">
@for (breadcrumb of prepareBreadcrumbs(); track breadcrumb) {
@for (breadcrumb of prepareBreadcrumbs(); track breadcrumb.id) {
<div class="h-8 flex items-center">
@if (breadcrumb.parentBreadcrumb) {
<div class="mx-3.5">&raquo;</div>
Expand Down

0 comments on commit 2f73ced

Please sign in to comment.