Skip to content
Snippets Groups Projects
Commit c3c120e9 authored by HJ's avatar HJ :fire:
Browse files

fix?

parent 1feff4dc
No related branches found
No related tags found
No related merge requests found
......@@ -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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment