1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

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();
}
},
updated() {