From 92fcaea4526a32ebab6340f5b2c10ceac10deeb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 23 Sep 2019 08:49:48 +0200 Subject: [PATCH] Distinguish between `totalNotifications` and `unreadNotifications` --- .../NotificationMenu/NotificationMenu.vue | 25 +++++++++++++------ 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/webapp/components/notifications/NotificationMenu/NotificationMenu.vue b/webapp/components/notifications/NotificationMenu/NotificationMenu.vue index f15550d89..fb6dd41a3 100644 --- a/webapp/components/notifications/NotificationMenu/NotificationMenu.vue +++ b/webapp/components/notifications/NotificationMenu/NotificationMenu.vue @@ -1,11 +1,11 @@