Skip to content

Commit

Permalink
fix: fix feedback state refresh (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: tygao <[email protected]>
  • Loading branch information
raintygao authored Dec 7, 2023
1 parent 36ac34b commit fcd401d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/tabs/chat/chat_page_content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const ChatPageContent: React.FC<ChatPageContentProps> = React.memo((props
}

return (
<React.Fragment key={i}>
<React.Fragment key={`${interaction?.conversation_id}-${i}`}>
<ToolsUsed message={message} />
<MessageBubble
message={message}
Expand Down

0 comments on commit fcd401d

Please sign in to comment.