fix deletion bug
This commit is contained in:
@@ -11,6 +11,7 @@ interface Props {
|
||||
}
|
||||
|
||||
export const Conversations: FC<Props> = ({ loading, conversations, selectedConversation, onSelectConversation, onDeleteConversation }) => {
|
||||
console.log(conversations);
|
||||
return (
|
||||
<div className="flex flex-col space-y-2">
|
||||
{conversations.map((conversation, index) => (
|
||||
|
||||
Reference in New Issue
Block a user