diff --git a/public/js/timeline.js b/public/js/timeline.js index 439ba094..37f0b2a2 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 eb7db0b4..4ebfd970 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 61e42f9a..15bad20c 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(); }); },