diff --git a/resources/assets/js/components/NotificationCard.vue b/resources/assets/js/components/NotificationCard.vue index 9c437bc8f..b5894f38d 100644 --- a/resources/assets/js/components/NotificationCard.vue +++ b/resources/assets/js/components/NotificationCard.vue @@ -70,7 +70,9 @@ }, mounted() { - this.fetchNotifications(); + if(window.outerWidth > 767) { + this.fetchNotifications(); + } }, updated() {