fix more linting issues

This commit is contained in:
Philipp Kühn
2020-09-24 00:37:31 +02:00
parent ac33eb483e
commit 617cdd4d99
8 changed files with 12 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ export default {
computed: {
items() {
return this.linkGroups.reduce((acc, group) => (acc.push(...group.items), acc), [])
return this.linkGroups.reduce((acc, group) => ((acc.push(...group.items), acc)), [])
},
currentIndex() {