diff --git a/src/lib/components/layout/Sidebar.svelte b/src/lib/components/layout/Sidebar.svelte index fb5804a21..0095a8fcd 100644 --- a/src/lib/components/layout/Sidebar.svelte +++ b/src/lib/components/layout/Sidebar.svelte @@ -250,16 +250,6 @@ ? '' : 'invisible'}" > -

- Chats loaded: {$chats.length} -

- -

- Pagination Enabled: {$scrollPaginationEnabled} -

-

- Final Page Reached: {chatPagniationComplete} -