Skip to content

Commit

Permalink
Merge pull request #1576 from rodekruis/fix.track-by-1
Browse files Browse the repository at this point in the history
fix: use unique id for for loop
  • Loading branch information
gulfaraz authored Sep 12, 2024
2 parents c377b55 + 6b97886 commit 5134f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
</p>
}
<ul class="list-inside list-disc text-xs">
@for (area of class.areas; track area.name) {
@for (area of class.areas; track area.eventPlaceCodeId) {
<li
class="my-1 cursor-pointer hover:underline"
(click)="selectArea(area)"
Expand Down

0 comments on commit 5134f72

Please sign in to comment.