diff --git a/src/pages/Settings/index.tsx b/src/pages/Settings/index.tsx index 4ac2df4b..927c0409 100644 --- a/src/pages/Settings/index.tsx +++ b/src/pages/Settings/index.tsx @@ -63,10 +63,10 @@ export default function Settings() {
- {commands.map((command, index) => ( + {commands.map((command) => (
{command.name}
-
{command.shortcut.replace(/\+/g, ' + ')}
+
{command.shortcut.replace(/\+/g, ' + ')}
))} {/*