mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update Profile component
This commit is contained in:
parent
3adb04f85a
commit
49cb445488
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue