ran npm run lint:fix

This commit is contained in:
Mohamad Tarbin
2026-08-16 11:52:40 -04:00
parent e377fb5b06
commit 292597e7c6
176 changed files with 1101 additions and 767 deletions

View File

@@ -9,10 +9,10 @@ import PropTypes from 'prop-types'
function KeyboardShortcutHint({
shortcut,
show = true,
withCmd = true,
withCtrl, // Legacy prop for backward compatibility
withShift = false,
sx = {},
withCmd = true, // Legacy prop for backward compatibility
withCtrl,
withShift = false,
...props
}) {
if (!show) return null