fix: missing key in loops

This commit is contained in:
Huskydog9988
2025-04-12 16:03:35 -04:00
parent ed0562cb00
commit 48c41953dc
11 changed files with 38 additions and 25 deletions
@@ -24,6 +24,7 @@
<div class="flex flex-col gap-y-2 max-h-[300px] overflow-y-scroll">
<Notification
v-for="notification in props.notifications"
:key="notification.id"
:notification="notification"
/>
</div>