From 7e4733dfa81aa861c3d20d9e9547a4a19fe0ba59 Mon Sep 17 00:00:00 2001 From: IndieKKY Date: Mon, 27 May 2024 11:22:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/biz/SegmentCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/biz/SegmentCard.tsx b/src/biz/SegmentCard.tsx index f21bea6..0805024 100644 --- a/src/biz/SegmentCard.tsx +++ b/src/biz/SegmentCard.tsx @@ -108,9 +108,9 @@ const Summarize = (props: { {summary.content.summary} } {summary?.type === 'question' && (summary.content != null) && -
+
{summary.content.map((question: any, idx: number) =>
-

{question.q}

+

{question.q}

{question.a}
)}
}