1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-12 09:25:26 +00: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() { mounted() {
if(window.outerWidth > 767) { this.fetchNotifications();
this.fetchNotifications();
}
}, },
updated() { updated() {