diff --git a/public/js/timeline.js b/public/js/timeline.js index 439ba0946..37f0b2a2c 100644 Binary files a/public/js/timeline.js and b/public/js/timeline.js differ diff --git a/public/mix-manifest.json b/public/mix-manifest.json index eb7db0b41..4ebfd970a 100644 Binary files a/public/mix-manifest.json and b/public/mix-manifest.json differ 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(); }); },