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 11, 2024
1 parent 6983e46 commit f9b4f2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
@for (class of alertClasses; track class.alertClass) {
<div>
<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 f9b4f2b

Please sign in to comment.