Explorar o código

Update NotificationCard.vue

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
f47a8aaf92
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
 				});
 			},