Explorar el Código

Update Profile component

Daniel Supernault hace 6 años
padre
commit
49cb445488
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/assets/js/components/Profile.vue

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

@@ -539,7 +539,7 @@ export default {
 
 
 		reportProfile() {
 		reportProfile() {
 			let id = this.profile.id;
 			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) {
 		reportUrl(status) {