diff --git a/src/lib/components/layout/Sidebar.svelte b/src/lib/components/layout/Sidebar.svelte index 8615c32780..972d923820 100644 --- a/src/lib/components/layout/Sidebar.svelte +++ b/src/lib/components/layout/Sidebar.svelte @@ -68,7 +68,6 @@ let shiftKey = false; let selectedChatId = null; - let showDropdown = false; let showPinnedChat = true; let showCreateChannel = false; @@ -1035,11 +1034,8 @@ } }} > - + {/if}