From 98085209927e6d7341ed79801944dce8407ed531 Mon Sep 17 00:00:00 2001 From: Vikey Chen Date: Fri, 17 May 2024 22:26:19 +0800 Subject: [PATCH] fix: copy button is always displayed on the chat logs page (#4488) --- web/app/components/app/chat/answer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/app/chat/answer/index.tsx b/web/app/components/app/chat/answer/index.tsx index 49dd817255..f96c91d57b 100644 --- a/web/app/components/app/chat/answer/index.tsx +++ b/web/app/components/app/chat/answer/index.tsx @@ -362,7 +362,7 @@ const Answer: FC = ({ {!item.isOpeningStatement && ( )} {((isShowPromptLog && !isResponding) || (!item.isOpeningStatement && isShowTextToSpeech)) && (