Update NotificationCard.vue

pull/1226/head
Daniel Supernault 6 years ago
parent 2a5dbfbe80
commit d543087bc6
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save