Browse Source

Update NotificationCard.vue

Daniel Supernault 6 năm trước cách đây
mục cha
commit
f47a8aaf92
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/assets/js/components/NotificationCard.vue

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