fix: notification rendering

This commit is contained in:
DecDuck
2025-05-07 09:54:02 +10:00
parent 31ad8505b7
commit a47debda91
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
</div>
<div class="flex flex-col gap-y-2 max-h-[300px] overflow-y-scroll">
<Notification
<NotificationItem
v-for="notification in props.notifications"
:key="notification.id"
:notification="notification"