Skip to content
Snippets Groups Projects
Commit c4c5568b authored by lain's avatar lain
Browse files

Linting fixes.

parent 282e10e3
Branches
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ const settings = {
backendVersion: instance.backendVersion,
frontendVersion: instance.frontendVersion,
muteWordsStringLocal: this.$store.getters.mergedConfig.muteWords.join('\n')
muteWordsStringLocal: this.$store.getters.mergedConfig.muteWords.join('\n')
}
},
components: {
......@@ -87,7 +87,7 @@ const settings = {
.reduce((acc, [key, value]) => ({ ...acc, [key]: value }), {}),
// Special cases (need to transform values or perform actions first)
muteWordsString: {
get () {
get () {
return this.muteWordsStringLocal
},
set (value) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment