Update NotificationCard.vue

This commit is contained in:
Daniel Supernault 2019-05-05 13:24:38 -06:00
parent 6c0e14793a
commit f47a8aaf92
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -97,7 +97,7 @@
this.notifications = data;
$('.notification-card .loader').addClass('d-none');
$('.notification-card .contents').removeClass('d-none');
//this.notificationPoll();
this.notificationPoll();
});
},