forked from AkkomaGang/akkoma-fe
fix?
This commit is contained in:
parent
1feff4dcc7
commit
c3c120e91d
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue