mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +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() {
|
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) {
|
||||||
|
|
Loading…
Reference in a new issue