Update Activity.vue

This commit is contained in:
Daniel Supernault 2019-05-27 14:13:02 -06:00
parent 3a12786a76
commit 14fa51fa30
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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