diff --git a/src/App.js b/src/App.js index 3e0d0d6f..d8c23a1b 100644 --- a/src/App.js +++ b/src/App.js @@ -76,7 +76,7 @@ export default { ? null : this.$store.state.instance.background }, - background () { return this.pageBackground || this.userBackground || this.instanceBackground }, + background () { return this.pageBackground || this.instanceBackground }, bgStyle () { if (this.background) { return {