diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-01-14 13:28:57 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-01-14 13:28:57 +0000 |
| commit | 86380f042976557d5260a3f5c2de0a9b0bcdbac6 (patch) | |
| tree | ffad0a49edddb82bd765dc2ef217d68a253def89 /src/components/notifications/notifications.vue | |
| parent | dd740043c658f312b6331a6b715592c9d50c50e7 (diff) | |
Optimize Notifications Rendering
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index c42c35e6..d477a41b 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -32,7 +32,7 @@ </div> <div class="panel-body"> <div - v-for="notification in visibleNotifications" + v-for="notification in notificationsToDisplay" :key="notification.id" class="notification" :class="{"unseen": !minimalMode && !notification.seen}" |
