Skip to content

Commit

Permalink
fix: use unique id for for loop
Browse files Browse the repository at this point in the history
  • Loading branch information
gulfaraz committed Sep 12, 2024
1 parent c377b55 commit 6b97886
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 6b97886

Please sign in to comment.