1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

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

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