修改变量名称错误BUG

This commit is contained in:
2024-08-29 10:08:13 +08:00
parent bce67e4e18
commit 82988d5204
+1 -1
View File
@@ -207,7 +207,7 @@ const Main: FC = () => {
isOpeningStatement: isShowPrompt,
}
if (calculatedIntroduction)
return [openStatement]
return [openstatement]
return []
}