Update Timeline.vue

pull/1306/head
Daniel Supernault 2019-05-19 21:13:18 -06:00
rodzic 343683e4cc
commit 374135eb64
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

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