diff --git a/packages/frontend/src/scripts/get-note-menu.ts b/packages/frontend/src/scripts/get-note-menu.ts index 0a11f19ff5..5f714808c4 100644 --- a/packages/frontend/src/scripts/get-note-menu.ts +++ b/packages/frontend/src/scripts/get-note-menu.ts @@ -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,