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 ( -