1
0
Fork 0

Update Profile component

This commit is contained in:
Daniel Supernault 2019-04-07 22:45:33 -06:00
parent 3adb04f85a
commit 49cb445488
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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