diff --git a/src/lib/components/layout/Sidebar.svelte b/src/lib/components/layout/Sidebar.svelte index eb8f8f111..cfa9e713d 100644 --- a/src/lib/components/layout/Sidebar.svelte +++ b/src/lib/components/layout/Sidebar.svelte @@ -544,9 +544,8 @@ ? 'opacity-20' : ''}" > - {#if $user.role === 'admin' || $channels.length > 0} + {#if ($user.role === 'admin' || $channels.length > 0) && !search}