From 7ac4729dec43a0f0c4bfd2046a2aab32dd66c597 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 13 Feb 2026 09:13:38 +0200 Subject: [PATCH] lint --- src/App.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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) {