From 9d884d6fdcc7a6a11d208d26f7edd50284d343fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 23 Sep 2019 13:45:01 +0200 Subject: [PATCH] Update webapp/components/notifications/NotificationMenu/NotificationMenu.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Robert Schäfer --- .../notifications/NotificationMenu/NotificationMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/notifications/NotificationMenu/NotificationMenu.vue b/webapp/components/notifications/NotificationMenu/NotificationMenu.vue index 680e64ee0..f96bd9e73 100644 --- a/webapp/components/notifications/NotificationMenu/NotificationMenu.vue +++ b/webapp/components/notifications/NotificationMenu/NotificationMenu.vue @@ -104,7 +104,7 @@ export default { totalNotifications() { return (this.notifications || []).length }, - unredNotifications() { + unreadNotifications() { let countUnread = 0 if (this.notifications) { this.notifications.forEach(notification => {