appearance card fix
This commit is contained in:
parent
ebe727b378
commit
76e67a08c6
2 changed files with 3 additions and 3 deletions
|
|
@ -191,6 +191,9 @@ const AppearanceTab = {
|
|||
}
|
||||
},
|
||||
computed: {
|
||||
isDefaultBackground () {
|
||||
return !(this.$store.state.users.currentUser.background_image)
|
||||
},
|
||||
switchInProgress () {
|
||||
return useInterfaceStore().themeChangeInProgress
|
||||
},
|
||||
|
|
|
|||
|
|
@ -314,9 +314,6 @@ export default {
|
|||
return !(this.$store.state.users.currentUser.cover_photo) ||
|
||||
this.$store.state.users.currentUser.cover_photo.includes(baseBanner)
|
||||
},
|
||||
isDefaultBackground () {
|
||||
return !(this.$store.state.users.currentUser.background_image)
|
||||
},
|
||||
fieldsLimits () {
|
||||
return this.$store.state.instance.fieldsLimits
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue