fix get-note-menu.ts

This commit is contained in:
NoriDev 2023-11-14 20:23:46 +09:00
parent 29efddde73
commit 7756c93351

View file

@ -373,7 +373,7 @@ export function getNoteMenu(props: {
text: i18n.ts.translate,
action: translate,
} : undefined,
null,
(appearNote.userId === $i.id) ? null : undefined,
(appearNote.userId === $i.id) ? {
icon: 'ti ti-edit',
text: i18n.ts.copyAndEdit,