Update NotificationCard.vue

This commit is contained in:
Daniel Supernault 2019-04-29 20:58:36 -06:00
parent 2a5dbfbe80
commit d543087bc6
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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