diff --git a/src/components/Dashboard.vue b/src/components/Dashboard.vue
index 82112f015f8356ffc268016387beedff48aee881..5d4a59da623e6846306f192a49d84a95b717be43 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
 		},
 	},
 }