Reset the input hidden issues

This commit is contained in:
staticGuru
2023-10-07 12:13:05 +05:30
parent 0e496181a1
commit 8323b8af4d

View File

@@ -134,7 +134,7 @@ export default function Conversation() {
return (
<Fragment key={index}>
<ConversationBubble
className={'mb-7 last:mb-24'}
className={'mb-7'}
key={`${index}QUESTION`}
message={query.prompt}
type="QUESTION"