refactor: fix template syntax in breadcrumb component for improved rendering

- Corrected the closing tag syntax in breadcrumb.component.html to ensure proper rendering of the breadcrumb items.
This commit is contained in:
Denys Vuika
2026-02-26 10:52:19 +00:00
parent 06c1e6c594
commit bdb197b520
@@ -32,7 +32,7 @@
>
{{ node.name ?? '' | translate }}
</mat-option>
}
}
</mat-select>
}