mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 16:25:03 -05:00
[web] Format source code
This commit is contained in:
parent
fa5b467922
commit
d0e701e140
@ -268,7 +268,7 @@ export default createStore({
|
|||||||
state.notifications.list.splice(index, 1)
|
state.notifications.list.splice(index, 1)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
update_settings_option({commit, state}, option) {
|
update_settings_option({ commit, state }, option) {
|
||||||
const settingCategory = state.settings.categories.find(
|
const settingCategory = state.settings.categories.find(
|
||||||
(e) => e.name === option.category
|
(e) => e.name === option.category
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user