fix: abuse menu without actual selection shown
This commit is contained in:
parent
f08babba65
commit
14d80b5398
|
|
@ -364,7 +364,7 @@ export function getNoteMenu(props: {
|
|||
}]
|
||||
: []
|
||||
),*/
|
||||
...(appearNote.userId !== $i.id || (isRenote && props.note.userId !== $i.id) ? [
|
||||
...(appearNote.userId !== $i.id ? [
|
||||
null,
|
||||
appearNote.userId !== $i.id ? getAbuseNoteMenu(appearNote, i18n.ts.reportAbuse) : undefined,
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue