mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 20:42:06 +10:00
fix: notification rendering
This commit is contained in:
@ -22,7 +22,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex flex-col gap-y-2 max-h-[300px] overflow-y-scroll">
|
<div class="flex flex-col gap-y-2 max-h-[300px] overflow-y-scroll">
|
||||||
<Notification
|
<NotificationItem
|
||||||
v-for="notification in props.notifications"
|
v-for="notification in props.notifications"
|
||||||
:key="notification.id"
|
:key="notification.id"
|
||||||
:notification="notification"
|
:notification="notification"
|
||||||
|
|||||||
Submodule drop-base updated: e32cc36f33...a14d1b7081
Reference in New Issue
Block a user