From 1164f14d40306a58dd213d423c080a5e9c5cc6c6 Mon Sep 17 00:00:00 2001
From: Jonas Heinrich <onny@project-insanity.org>
Date: Tue, 1 Dec 2020 17:00:45 +0100
Subject: [PATCH] test release v1.0.0.15

---
 src/components/Dashboard.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/Dashboard.vue b/src/components/Dashboard.vue
index 82112f0..5d4a59d 100644
--- a/src/components/Dashboard.vue
+++ b/src/components/Dashboard.vue
@@ -125,7 +125,7 @@ export default {
 		},
 		processNotifications(newNotifications) {
 			console.log(newNotifications)
-			// this.notifications = newNotifications
+			this.notifications = newNotifications
 		},
 	},
 }
-- 
GitLab