diff --git a/src/App.js b/src/App.js index 0128fc198..174d91da4 100644 --- a/src/App.js +++ b/src/App.js @@ -136,7 +136,12 @@ export default { return this.currentUser.background_image }, background() { - return this.userBackground || (this.mergedConfig.hideInstanceWallpaper ? null : this.instanceBackground) + return ( + this.userBackground || + (this.mergedConfig.hideInstanceWallpaper + ? null + : this.instanceBackground) + ) }, bgStyle() { if (this.background) {