fix: copy button is always displayed on the chat logs page (#4488)
This commit is contained in:
parent
8b931b085c
commit
9808520992
@ -362,7 +362,7 @@ const Answer: FC<IAnswerProps> = ({
|
|||||||
{!item.isOpeningStatement && (
|
{!item.isOpeningStatement && (
|
||||||
<CopyBtn
|
<CopyBtn
|
||||||
value={content}
|
value={content}
|
||||||
className='mr-1'
|
className={cn(s.copyBtn, 'mr-1')}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{((isShowPromptLog && !isResponding) || (!item.isOpeningStatement && isShowTextToSpeech)) && (
|
{((isShowPromptLog && !isResponding) || (!item.isOpeningStatement && isShowTextToSpeech)) && (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user