Henry Jameson 2 年之前
父节点
当前提交
c3c120e91d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/notifications/notifications.vue

+ 1 - 1
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" />