Skip to content

Commit

Permalink
Add key to each block for attendance entries
Browse files Browse the repository at this point in the history
  • Loading branch information
MangoSwirl committed Aug 20, 2024
1 parent df6a7fd commit ffa64b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
>
Add attendee
</button>
{#each attendanceLogEntries as entry}
{#each attendanceLogEntries as entry (entry.id)}
<AttendanceEntry {entry} />
{/each}
</div>
Expand Down

0 comments on commit ffa64b4

Please sign in to comment.