diff --git a/packages/uhk-web/src/app/store/reducers/user-configuration.ts b/packages/uhk-web/src/app/store/reducers/user-configuration.ts index 512fabf8..03f1b68f 100644 --- a/packages/uhk-web/src/app/store/reducers/user-configuration.ts +++ b/packages/uhk-web/src/app/store/reducers/user-configuration.ts @@ -336,7 +336,7 @@ export function reducer( const keymap = userConfiguration.keymaps[k]; let hasChanges = false; - for (const layer of keymap.layers) { + for (const layer of keymap.layers) { for (const module of layer.modules) { for (let ka = 0; ka < module.keyActions.length; ka++) { const keyAction = module.keyActions[ka];