diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2020-01-14 22:08:24 +0300 |
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-01-14 22:08:24 +0300 |
| commit | f892b26d73ea54c4557d8b6829dba850f00986c6 (patch) | |
| tree | eb7233b9d6dcef55ec79fd80c19cb9443f109499 /src/components/notifications/notifications.vue | |
| parent | 40c4a49223daaa95ee6e1597e84ced9bd5401865 (diff) | |
| parent | 7397636914a9d3e7fd30373034c25175273ab808 (diff) | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into develop
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}" |
