diff --git a/components/Sidebar/Conversations.tsx b/components/Sidebar/Conversations.tsx index 6dcd4b6..ab05578 100644 --- a/components/Sidebar/Conversations.tsx +++ b/components/Sidebar/Conversations.tsx @@ -38,7 +38,7 @@ export const Conversations: FC = ({ loading, conversations, selectedConve }, [isRenaming, isDeleting]); return ( -
+
{conversations.map((conversation, index) => (