add: report button on profiles and communities
This commit is contained in:
parent
75459080c3
commit
a091adc9d9
6 changed files with 34 additions and 6 deletions
|
@ -53,6 +53,8 @@
|
|||
window.open(`/post/${asset}`);
|
||||
} else if (asset_type === \"Community\") {
|
||||
window.open(`/community/${asset}`);
|
||||
} else if (asset_type === \"User\") {
|
||||
window.open(`/api/v1/auth/user/find/${asset}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue