refactor: improve formatting and readability in ShortcutHelper, DisplayZone, and KeyPressListener components
This commit is contained in:
@@ -326,9 +326,8 @@ const ShortcutHelper: React.FC<ShortcutHelperProps> = ({
|
||||
</div>
|
||||
|
||||
<div
|
||||
className={`shortcut-wrapper ${
|
||||
activeShortcuts.length === 1 ? "single-item" : ""
|
||||
}`}
|
||||
className={`shortcut-wrapper ${activeShortcuts.length === 1 ? "single-item" : ""
|
||||
}`}
|
||||
>
|
||||
{activeShortcuts.map((item) => (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user