From 374135eb646dddddb3fabcbe160f7062537f8fff Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 19 May 2019 21:13:18 -0600 Subject: [PATCH] Update Timeline.vue --- resources/assets/js/components/Timeline.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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(); }); },