diff --git a/components/Sidebar/Sidebar.tsx b/components/Sidebar/Sidebar.tsx index 2448d93..cbeffae 100644 --- a/components/Sidebar/Sidebar.tsx +++ b/components/Sidebar/Sidebar.tsx @@ -139,7 +139,7 @@ export const Sidebar: FC = ({ loading, conversations, lightMode, selected > conversation.folderId === 0)} + conversations={filteredConversations.filter((conversation) => conversation.folderId === 0 || !folders[conversation.folderId - 1])} selectedConversation={selectedConversation} onSelectConversation={onSelectConversation} onDeleteConversation={handleDeleteConversation}