💄 Remove report option on my own post (#1537)

This commit is contained in:
Foysal Ahamed 2023-09-26 19:48:07 +02:00 committed by GitHub
parent 83b3b5e1c0
commit b0873cae97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@ export function PostDropdownBtn({
{ {
label: 'separator', label: 'separator',
}, },
{ !isAuthor && {
label: 'Report post', label: 'Report post',
onPress() { onPress() {
store.shell.openModal({ store.shell.openModal({