From 87abcf82378c26207aa639d0edf8580b09fe80db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 23 Sep 2019 17:13:49 +0200 Subject: [PATCH] Implement `this.$apollo.queries.notifications.refetch()` --- .../NotificationMenu/NotificationMenu.vue | 27 +++++++++---------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/webapp/components/notifications/NotificationMenu/NotificationMenu.vue b/webapp/components/notifications/NotificationMenu/NotificationMenu.vue index cada56bde..f72658c15 100644 --- a/webapp/components/notifications/NotificationMenu/NotificationMenu.vue +++ b/webapp/components/notifications/NotificationMenu/NotificationMenu.vue @@ -4,9 +4,7 @@ class="notifications-menu-pointer" @click.prevent="updateNotifications" > - - {{ unreadNotifications }} - + {{ unreadNotifications }}