diff --git a/resources/assets/js/components/Timeline.vue b/resources/assets/js/components/Timeline.vue index 61e42f9ad..15bad20c0 100644 --- a/resources/assets/js/components/Timeline.vue +++ b/resources/assets/js/components/Timeline.vue @@ -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(); }); },