浏览代码

Update Profile component

Daniel Supernault 6 年之前
父节点
当前提交
49cb445488
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/assets/js/components/Profile.vue

+ 1 - 1
resources/assets/js/components/Profile.vue

@@ -539,7 +539,7 @@ export default {
 
 		reportProfile() {
 			let id = this.profile.id;
-			window.location.href = '/i/report?type=profile&id=' + id;
+			window.location.href = '/i/report?type=user&id=' + id;
 		},
 
 		reportUrl(status) {