From f47a8aaf92429e08fdef60855aeccbc81d141fcd Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 5 May 2019 13:24:38 -0600 Subject: [PATCH] Update NotificationCard.vue --- resources/assets/js/components/NotificationCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/components/NotificationCard.vue b/resources/assets/js/components/NotificationCard.vue index 11e173d7..36409844 100644 --- a/resources/assets/js/components/NotificationCard.vue +++ b/resources/assets/js/components/NotificationCard.vue @@ -97,7 +97,7 @@ this.notifications = data; $('.notification-card .loader').addClass('d-none'); $('.notification-card .contents').removeClass('d-none'); - //this.notificationPoll(); + this.notificationPoll(); }); },