From 2e1db46e4af3b2e22110a790ac57107ed9949820 Mon Sep 17 00:00:00 2001 From: codytseng Date: Sat, 2 Aug 2025 16:22:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/NoteOptions/DesktopMenu.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/NoteOptions/DesktopMenu.tsx b/src/components/NoteOptions/DesktopMenu.tsx index a888aeb..51d1387 100644 --- a/src/components/NoteOptions/DesktopMenu.tsx +++ b/src/components/NoteOptions/DesktopMenu.tsx @@ -34,16 +34,15 @@ export function DesktopMenu({ menuActions, trigger }: DesktopMenuProps) { {action.subMenu.map((subAction, subIndex) => ( - <> +
{subAction.separator && subIndex > 0 && } {subAction.label} - +
))}