From 9011d648b58e0abef09f686b72f4cdc56978b4da Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 6 Nov 2025 08:26:21 +0200 Subject: [PATCH] client: refactor --- apps/client/src/widgets/ribbon/NoteActions.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/client/src/widgets/ribbon/NoteActions.tsx b/apps/client/src/widgets/ribbon/NoteActions.tsx index 3b396e070..466fc12a1 100644 --- a/apps/client/src/widgets/ribbon/NoteActions.tsx +++ b/apps/client/src/widgets/ribbon/NoteActions.tsx @@ -64,9 +64,8 @@ function NoteContextMenu({ note, noteContext }: { note: FNote, noteContext?: Not iconAction> {isReadOnly && <> - enableEditing()}> - {t("read-only-info.edit-note")} - + enableEditing()} /> }