1
0
Fork 0

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
1 changed files with 1 additions and 3 deletions

View File

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