Skip to content

Commit 1d293d2

Browse files
spliffonespike-rabbit
authored andcommitted
refactor(application-header): prevent NG0956 warning in launchpad factory
1 parent 0a1a430 commit 1d293d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/element-ng/application-header/launchpad/si-launchpad-factory.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</div>
2525
}
2626
<div class="apps-scroll ms-n2 ps-2">
27-
@for (category of categories(); track category; let first = $first) {
27+
@for (category of categories(); track category.name; let first = $first) {
2828
@if (!enableFavorites() || !hasFavorites() || first || showAllApps) {
2929
<div>
3030
@if (category.name) {

0 commit comments

Comments
 (0)