adds click event to the like/dislike icon

This commit is contained in:
ajaythapliyal
2023-03-06 08:32:57 +05:30
parent 7a74c60fd1
commit 533053f66f
2 changed files with 38 additions and 6 deletions

View File

@@ -50,6 +50,7 @@ export default function Conversation() {
key={`${index}ANSWER`}
message={query.response}
type={'ANSWER'}
feedback={query.feedback}
></ConversationBubble>
);
}