1
0
Эх сурвалжийг харах

Update NotificationCard.vue

Daniel Supernault 6 жил өмнө
parent
commit
d543087bc6

+ 3 - 1
resources/assets/js/components/NotificationCard.vue

@@ -70,7 +70,9 @@
 		},
 
 		mounted() {
-			this.fetchNotifications();
+			if(window.outerWidth > 767) {
+				this.fetchNotifications();
+			}
 		},
 
 		updated() {