Skip to content

Commit

Permalink
fix: opening statement not show annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjoel committed Jan 2, 2024
1 parent b30397c commit 0635ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/app/chat/answer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const Answer: FC<IAnswerProps> = ({
className={cn(s.copyBtn, 'mr-1')}
/>
)}
{supportAnnotation && (
{(supportAnnotation && !item.isOpeningStatement) && (
<AnnotationCtrlBtn
appId={appId!}
messageId={id}
Expand Down

0 comments on commit 0635ac7

Please sign in to comment.