浏览代码

Update Timeline.vue

Daniel Supernault 6 年之前
父节点
当前提交
374135eb64
共有 1 个文件被更改,包括 1 次插入3 次删除
  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();
 			});
 		},