From 18e6cfb1fd99225c6788e38448ef7a3c5912ed59 Mon Sep 17 00:00:00 2001 From: G30 <50341825+silentoplayz@users.noreply.github.com> Date: Thu, 11 Dec 2025 20:34:39 -0500 Subject: [PATCH] fix: add null checks to chat iterators in ArchivedChats and FolderPlaceholder (#19898) --- .../chat/Placeholder/FolderPlaceholder.svelte | 14 ++++++++------ .../components/layout/ArchivedChatsModal.svelte | 16 +++++++++------- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/src/lib/components/chat/Placeholder/FolderPlaceholder.svelte b/src/lib/components/chat/Placeholder/FolderPlaceholder.svelte index fb4efddab..e6916507e 100644 --- a/src/lib/components/chat/Placeholder/FolderPlaceholder.svelte +++ b/src/lib/components/chat/Placeholder/FolderPlaceholder.svelte @@ -1,6 +1,8 @@ -