commit: c3c120e91da987ecb54c7d743b6791f904b56f4d
parent 1feff4dcc7d416815b5967d330c2e02573fec854
Author: Henry Jameson <me@hjkos.com>
Date: Sun, 22 May 2022 21:50:30 +0300
fix?
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue
@@ -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" />