This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix(answer): The chat interface outputs twice (
#17033
)
tags/1.2.0
Novice
7 months ago
parent
bc22076ad8
commit
dd3844d1d3
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
web/app/components/base/chat/chat/answer/index.tsx
+ 1
- 1
web/app/components/base/chat/chat/answer/index.tsx
View File
@@ -164,7 +164,7 @@ const Answer: FC<AnswerProps> = ({
)
}
{
(hasAgentThoughts
|| content
) && (
(hasAgentThoughts) && (
<AgentContent
item={item}
responding={responding}
Write
Preview
Loading…
Cancel
Save