From 4fcf0caa4de6eb88ceb0661066e8bdf6eed495ab Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 13 Jan 2025 19:25:07 -0800 Subject: [PATCH] refac --- src/lib/components/chat/Chat.svelte | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index e576bdcf1..bca957cca 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -1829,13 +1829,13 @@ }} /> -{#if !chatIdProp || (loaded && chatIdProp)} -
+
+ {#if !chatIdProp || (loaded && chatIdProp)} {#if $settings?.backgroundImageUrl ?? null}