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 (