Update NotificationCard.vue
This commit is contained in:
parent
6c0e14793a
commit
f47a8aaf92
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
||||||
this.notifications = data;
|
this.notifications = data;
|
||||||
$('.notification-card .loader').addClass('d-none');
|
$('.notification-card .loader').addClass('d-none');
|
||||||
$('.notification-card .contents').removeClass('d-none');
|
$('.notification-card .contents').removeClass('d-none');
|
||||||
//this.notificationPoll();
|
this.notificationPoll();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue