diff --git a/src/renderer/src/components/native-chat/NativeChatResolutionReceipt.tsx b/src/renderer/src/components/native-chat/NativeChatResolutionReceipt.tsx index 4e78c5e262c..570cfbf3bb4 100644 --- a/src/renderer/src/components/native-chat/NativeChatResolutionReceipt.tsx +++ b/src/renderer/src/components/native-chat/NativeChatResolutionReceipt.tsx @@ -56,7 +56,7 @@ export function NativeChatResolutionReceipt({ !( body.kind === 'question' && body.questions?.length === 1 && - subject.kind === 'question' && + subject?.kind === 'question' && answer.question === subject.text ) ? (
{answer.question}