From 82988d5204a76c2495367a124ced543bfb05b4c7 Mon Sep 17 00:00:00 2001 From: paituo <330435863@qq.com> Date: Thu, 29 Aug 2024 10:08:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=98=E9=87=8F=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E9=94=99=E8=AF=AFBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/index.tsx b/app/components/index.tsx index 4591462..b7efaba 100644 --- a/app/components/index.tsx +++ b/app/components/index.tsx @@ -207,7 +207,7 @@ const Main: FC = () => { isOpeningStatement: isShowPrompt, } if (calculatedIntroduction) - return [openStatement] + return [openstatement] return [] }