From 1d8e328a472bb8535e272fb0ed250c9fc494e148 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Wed, 30 Oct 2019 22:52:45 +0100 Subject: [PATCH] Clean up - remove unused data variable - avoid scoped scss --- webapp/components/NotificationMenu/NotificationMenu.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/components/NotificationMenu/NotificationMenu.vue b/webapp/components/NotificationMenu/NotificationMenu.vue index 550887f08..79a16157c 100644 --- a/webapp/components/NotificationMenu/NotificationMenu.vue +++ b/webapp/components/NotificationMenu/NotificationMenu.vue @@ -37,7 +37,6 @@ export default { return { displayedNotifications: [], notifications: [], - nofiticationRead: null, } }, props: { @@ -113,7 +112,7 @@ export default { } -