Merge pull request #44 from devchat-ai/fix-duplicate-response-in-vscode
Fix vscode duplication response
This commit is contained in:
commit
afcaa8fec3
@ -95,7 +95,7 @@ const CurrentMessage = observer((props: any) => {
|
||||
}}
|
||||
>
|
||||
<MessageBody messageType="bot" activeStep={true}>
|
||||
{renderBlocks.length > 0 ? toMarkdown(renderBlocks[0]) : ""}
|
||||
{receivedCount > fixedCount && renderBlocks.length > 0 ? toMarkdown(renderBlocks[0]) : ""}
|
||||
</MessageBody>
|
||||
<MessageBlink />
|
||||
</Box>
|
||||
|
Loading…
x
Reference in New Issue
Block a user