mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
[web] Beautify code
The source code has been beautified to follow the coding standards.
This commit is contained in:
@@ -133,7 +133,7 @@ export default createStore({
|
||||
}
|
||||
return false
|
||||
},
|
||||
|
||||
|
||||
settings_category: (state) => (categoryName) => {
|
||||
return state.settings.categories.find(
|
||||
(elem) => elem.name === categoryName
|
||||
|
||||
Reference in New Issue
Block a user