[web] Beautify code

The source code has been beautified to follow the coding standards.
This commit is contained in:
Alain Nussbaumer
2023-06-03 18:52:17 +02:00
parent 025a1c73a8
commit aa3127167b
9 changed files with 29 additions and 20 deletions

View File

@@ -133,7 +133,7 @@ export default createStore({
}
return false
},
settings_category: (state) => (categoryName) => {
return state.settings.categories.find(
(elem) => elem.name === categoryName