Browse Source

Update Profile component

Daniel Supernault 6 năm trước cách đây
mục cha
commit
49cb445488
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {