Skip to content

Commit

Permalink
fix: hide finished annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Apr 18, 2024
1 parent 7ab7cdd commit d589bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chat/conversation-message-groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function ConversationMessageGroup ({ group }: { group: ConversationMessageGroupP
<MessageHeading />
<MessageError group={group} />
<MessageContent group={group} />
<MessageAnnotation group={group} />
{!group.finished && <MessageAnnotation group={group} />}
</section>
<MessageOperations group={group} />
</section>
Expand Down

0 comments on commit d589bf3

Please sign in to comment.