Update Profile component

pull/1136/head
Daniel Supernault 7 years ago
parent 3adb04f85a
commit 49cb445488
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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) {

Loading…
Cancel
Save