1
0
Fork 0

chore: Remove lint

This commit is contained in:
joostdecock 2023-09-16 20:20:10 +02:00
parent f4a15e3f06
commit 2a2f943d4b
4 changed files with 1 additions and 5 deletions

View file

@ -211,7 +211,6 @@ export const optionsMenuStructure = (options, settings) => {
set(menu, `${menuPath.join('.')}.isGroup`, true)
}
}
const menuPath = option.menu.split('.')
set(menu, `${option.menu}.isGroup`, true)
set(menu, `${option.menu}.${option.name}`, option)
} else if (typeof option.menu === 'undefined') {