diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 87a40296f68..52d43c707be 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -3939,6 +3939,16 @@ + + {#if !showCommands} + {#each $banners as banner} + {#if !banner.dismissible} + + {/if} + {/each} + {/if} + + {#if readOnly}