Skip to content

Commit 9830332

Browse files
committed
lint fix
1 parent 5dd0a28 commit 9830332

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/bubbles/BotBubble.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ export const BotBubble = (props: Props) => {
335335
<Avatar initialAvatarSrc={props.avatarSrc} />
336336
</Show>
337337
<div class="flex flex-col justify-start">
338-
{props.showAgentMessages && props.message.agentFlowExecutedData &&
338+
{props.showAgentMessages &&
339+
props.message.agentFlowExecutedData &&
339340
Array.isArray(props.message.agentFlowExecutedData) &&
340341
props.message.agentFlowExecutedData.length > 0 && (
341342
<div>

0 commit comments

Comments
 (0)