Skip to content

Commit

Permalink
Share feedback if 2 msgs too
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Aug 12, 2024
1 parent b7eb7a3 commit 216d9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/chat/ChatInterface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function ChatInterface() {
)}
</div>

{feedbackShared !== messages.length && messages.length > 3 && (
{feedbackShared !== messages.length && messages.length > 2 && (
<div className="flex justify-start gap-2 p-2">
<ScrollButton
onClick={() => shareFeedback("positive")}
Expand Down

0 comments on commit 216d9e7

Please sign in to comment.