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 => {