mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-14 18:29:45 +08:00
Fix lint
This commit is contained in:
@@ -161,7 +161,7 @@ export default Vue.extend({
|
||||
...mapState({
|
||||
prefs: 'preferences',
|
||||
categories(state, getters) {
|
||||
return getters.allCategories.map(c => ({text: c.name, value: c.key}));
|
||||
return getters.allCategories.map(c => ({ text: c.name, value: c.key }));
|
||||
},
|
||||
}),
|
||||
params() {
|
||||
|
||||
Reference in New Issue
Block a user