diff --git a/src/lib/components/layout/Sidebar/ChatItem.svelte b/src/lib/components/layout/Sidebar/ChatItem.svelte index 0e7c2bf181..5a0a55a9fd 100644 --- a/src/lib/components/layout/Sidebar/ChatItem.svelte +++ b/src/lib/components/layout/Sidebar/ChatItem.svelte @@ -570,9 +570,9 @@ - {#if createdAt && !mouseOver} + {#if (updatedAt ?? createdAt) && !mouseOver}