Skip to content

Commit

Permalink
Reset the input hidden issues
Browse files Browse the repository at this point in the history
  • Loading branch information
staticGuru committed Oct 7, 2023
1 parent 0e49618 commit 8323b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/conversation/Conversation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8323b8a

Please sign in to comment.