forked from AkkomaGang/akkoma-fe
Fix lint error
This commit is contained in:
parent
1b26c713ef
commit
dcfd178314
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ const GeneralTab = {
|
|||
return this.$store.state.instance.background &&
|
||||
!this.$store.state.users.currentUser.background_image
|
||||
},
|
||||
shout () { return this.$store.state.shout.channel.state === 'joined' },
|
||||
shout () { return this.$store.state.shout.channel.state === 'joined' },
|
||||
...SharedComputedObject()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue