Fix lint error

This commit is contained in:
Eris 2021-06-14 20:02:13 +00:00
parent 1fcccd7570
commit 1668315bf8

View file

@ -50,7 +50,7 @@ const GeneralTab = {
return this.$store.state.instance.background && return this.$store.state.instance.background &&
!this.$store.state.users.currentUser.background_image !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() ...SharedComputedObject()
} }
} }