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 }, }, }