diff --git a/web/app/components/base/chat/chat/answer/index.tsx b/web/app/components/base/chat/chat/answer/index.tsx index 2625695221..349bc7477e 100644 --- a/web/app/components/base/chat/chat/answer/index.tsx +++ b/web/app/components/base/chat/chat/answer/index.tsx @@ -164,7 +164,7 @@ const Answer: FC = ({ ) } { - (hasAgentThoughts || content) && ( + (hasAgentThoughts) && (