Browse Source

Update Timeline.vue

Daniel Supernault 6 years ago
parent
commit
374135eb64
1 changed files with 1 additions and 3 deletions
  1. 1 3
      resources/assets/js/components/Timeline.vue

+ 1 - 3
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();
 			});
 		},