Update webapp/components/notifications/NotificationMenu/NotificationMenu.vue

Co-Authored-By: Robert Schäfer <git@roschaefer.de>
This commit is contained in:
Wolfgang Huß 2019-09-23 13:45:01 +02:00
parent 21cd33bcf7
commit 9d884d6fdc

View File

@ -104,7 +104,7 @@ export default {
totalNotifications() {
return (this.notifications || []).length
},
unredNotifications() {
unreadNotifications() {
let countUnread = 0
if (this.notifications) {
this.notifications.forEach(notification => {