Skip to content

Commit

Permalink
test: remove warnings about duplicate keys for given collection
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Jul 24, 2024
1 parent cd10dfb commit a88e8fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
@if (node.children.length) {
<ul [attr.id]="childListId" [@expanded]="!isCollapsible || isExpanded">
@for (child of node.children; track child.data) {
@for (child of node.children; track child) {
<li>
<app-collapsible-tree
[node]="child"
Expand Down

0 comments on commit a88e8fb

Please sign in to comment.