1
0
Fork 0

Update Timeline.vue

This commit is contained in:
Daniel Supernault 2019-05-19 21:13:18 -06:00
parent 343683e4cc
commit 374135eb64
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 3 deletions

View File

@ -471,9 +471,7 @@
axios.get('/api/v2/config')
.then(res => {
this.config = res.data;
if(window.outerWidth > 767) {
this.fetchProfile();
}
this.fetchProfile();
this.fetchTimelineApi();
});
},