diff --git a/src/lib/components/layout/Sidebar/UserMenu.svelte b/src/lib/components/layout/Sidebar/UserMenu.svelte index b702ac8e97..1a1681a844 100644 --- a/src/lib/components/layout/Sidebar/UserMenu.svelte +++ b/src/lib/components/layout/Sidebar/UserMenu.svelte @@ -250,27 +250,6 @@ {/if} - { - show = false; - - dispatch('show', 'archived-chat'); - - if ($mobile) { - await tick(); - - showSidebar.set(false); - } - }} - > - - - - {$i18n.t('Archived Chats')} - - {#if role === 'admin'} {$i18n.t('Playground')} + {/if} + + { + show = false; + + dispatch('show', 'archived-chat'); + + if ($mobile) { + await tick(); + + showSidebar.set(false); + } + }} + > + + + + {$i18n.t('Archived Chats')} + + + {#if role === 'admin'}