mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
chore(lint): format keyboard-shortcuts-section
This commit is contained in:
@@ -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 (
|
||||
<View style={rowStyle}>
|
||||
|
||||
Reference in New Issue
Block a user