parent
b8dd7bc97e
commit
fc9bd712fe
@ -344,7 +344,7 @@ function buildMessages({
|
|||||||
} else if (isLastBotReply && props.animate) {
|
} else if (isLastBotReply && props.animate) {
|
||||||
acc.push(
|
acc.push(
|
||||||
<PromptReply
|
<PromptReply
|
||||||
key={props.uuid || v4()}
|
key={`prompt-reply-${props.uuid || index}`}
|
||||||
uuid={props.uuid}
|
uuid={props.uuid}
|
||||||
reply={props.content}
|
reply={props.content}
|
||||||
pending={props.pending}
|
pending={props.pending}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user