diff --git a/src/components/editor/app-bar/help-button/shortcuts.tsx b/src/components/editor/app-bar/help-button/shortcuts.tsx index 177cfd633..35c83f04d 100644 --- a/src/components/editor/app-bar/help-button/shortcuts.tsx +++ b/src/components/editor/app-bar/help-button/shortcuts.tsx @@ -29,7 +29,7 @@ export const Shortcut: React.FC = () => { {Object.entries(shortcutMap[category]).map(([functionName, shortcut]) => { return ( - + {shortcut}