diff --git a/client/src/components/Conversations/Conversations.tsx b/client/src/components/Conversations/Conversations.tsx index 63ee52ee9b..64b804b2d6 100644 --- a/client/src/components/Conversations/Conversations.tsx +++ b/client/src/components/Conversations/Conversations.tsx @@ -250,7 +250,7 @@ const Conversations: FC = ({ if (item.type === 'loading') { return ( - + ); @@ -258,7 +258,7 @@ const Conversations: FC = ({ if (item.type === 'favorites') { return ( - + = ({ if (item.type === 'chats-header') { return ( - + setIsChatsExpanded(!isChatsExpanded)} @@ -285,7 +285,7 @@ const Conversations: FC = ({ // Without favorites: [chats-header, first-header] → index 1 const firstHeaderIndex = shouldShowFavorites ? 2 : 1; return ( - + ); @@ -293,7 +293,7 @@ const Conversations: FC = ({ if (item.type === 'convo') { return ( - + );