diff --git a/src/lib/components/layout/Sidebar.svelte b/src/lib/components/layout/Sidebar.svelte index f995110dc..bc9659916 100644 --- a/src/lib/components/layout/Sidebar.svelte +++ b/src/lib/components/layout/Sidebar.svelte @@ -461,7 +461,7 @@ {/if} - {#if $pinnedChats.length > 0} + {#if !search && $pinnedChats.length > 0}