From 2230a2a48e6b49e46afbae7d6f90d193b11db89f Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Thu, 23 Apr 2026 23:36:34 +0700 Subject: [PATCH] chore(lint): format keyboard-shortcuts-section --- .../app/src/screens/settings/keyboard-shortcuts-section.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/app/src/screens/settings/keyboard-shortcuts-section.tsx b/packages/app/src/screens/settings/keyboard-shortcuts-section.tsx index 1bb63ac35..a34e280a8 100644 --- a/packages/app/src/screens/settings/keyboard-shortcuts-section.tsx +++ b/packages/app/src/screens/settings/keyboard-shortcuts-section.tsx @@ -74,10 +74,7 @@ function ShortcutRow({ () => (overrideCombo ? chordStringToShortcutKeys(overrideCombo) : [row.keys]), [overrideCombo, row.keys], ); - const rowStyle = useMemo( - () => [styles.row, isCapturing && styles.rowCapturing], - [isCapturing], - ); + const rowStyle = useMemo(() => [styles.row, isCapturing && styles.rowCapturing], [isCapturing]); return (