diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 37ec7eeca..5d2f860a8 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -1195,7 +1195,7 @@ {#if !chatIdProp || (loaded && chatIdProp)}
diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte index 8c1f33468..5427b8295 100644 --- a/src/routes/(app)/+layout.svelte +++ b/src/routes/(app)/+layout.svelte @@ -187,7 +187,7 @@
{#if loaded} {#if !['user', 'admin'].includes($user.role)}