From 810bfc4b5e2287349256cc9a35a170b4351a9f35 Mon Sep 17 00:00:00 2001 From: imccyu <276526105+imccyu@users.noreply.github.com> Date: Sat, 8 Aug 2026 16:27:09 +0800 Subject: [PATCH] fix: ci --- .../ui-conversation/src/client/chat/GenericCommandCard.tsx | 2 +- .../client/ui-conversation/src/client/chat/ReasoningRow.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/client/ui-conversation/src/client/chat/GenericCommandCard.tsx b/packages/client/ui-conversation/src/client/chat/GenericCommandCard.tsx index d487123558..9d34ef3015 100644 --- a/packages/client/ui-conversation/src/client/chat/GenericCommandCard.tsx +++ b/packages/client/ui-conversation/src/client/chat/GenericCommandCard.tsx @@ -42,7 +42,7 @@ export function GenericCommandCard({ node, t }: GenericCommandCardProps) { const body = text !== undefined && text.includes('\n') ? text : null const open = expanded && body !== null return ( -