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
1 changed files with 1 additions and 1 deletions

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();
});
},