This commit is contained in:
Henry Jameson 2022-05-22 21:50:30 +03:00
parent 1feff4dcc7
commit c3c120e91d

View file

@ -30,7 +30,7 @@
v-for="notification in notificationsToDisplay"
:key="notification.id"
class="notification"
:class="{"unseen": !minimalMode && !notification.seen}"
:class="{unseen: !minimalMode && !notification.seen}"
>
<div class="notification-overlay" />
<notification :notification="notification" />