fix(native-chat): narrow question receipt subject

This commit is contained in:
Brennan Benson
2026-09-15 10:20:53 -07:00
parent a3e933ab50
commit 7821046764
@@ -56,7 +56,7 @@ export function NativeChatResolutionReceipt({
!(
body.kind === 'question' &&
body.questions?.length === 1 &&
subject.kind === 'question' &&
subject?.kind === 'question' &&
answer.question === subject.text
) ? (
<p>{answer.question}</p>