forked from AkkomaGang/akkoma-fe
Linting fixes.
This commit is contained in:
parent
282e10e3be
commit
c4c5568b98
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue