logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 1668315bf8c454a995a968dc034d9e51715987c5
parent 1fcccd7570d2ece6c6e60af28662db7a697a0730
Author: Eris <femmediscord@gmail.com>
Date:   Mon, 14 Jun 2021 20:02:13 +0000

Fix lint error

Diffstat:

Msrc/components/settings_modal/tabs/general_tab.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/settings_modal/tabs/general_tab.js b/src/components/settings_modal/tabs/general_tab.js @@ -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() } }