We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd0a28 commit 9830332Copy full SHA for 9830332
1 file changed
src/components/bubbles/BotBubble.tsx
@@ -335,7 +335,8 @@ export const BotBubble = (props: Props) => {
335
<Avatar initialAvatarSrc={props.avatarSrc} />
336
</Show>
337
<div class="flex flex-col justify-start">
338
- {props.showAgentMessages && props.message.agentFlowExecutedData &&
+ {props.showAgentMessages &&
339
+ props.message.agentFlowExecutedData &&
340
Array.isArray(props.message.agentFlowExecutedData) &&
341
props.message.agentFlowExecutedData.length > 0 && (
342
<div>
0 commit comments