diff --git a/app/components/index.tsx b/app/components/index.tsx index 45914624..ba6d3bc8 100644 --- a/app/components/index.tsx +++ b/app/components/index.tsx @@ -199,7 +199,7 @@ const Main: FC = () => { if (calculatedIntroduction && calculatedPromptVariables) calculatedIntroduction = replaceVarWithValues(calculatedIntroduction, promptConfig?.prompt_variables || [], calculatedPromptVariables) - const openstatement = { + const openStatement = { id: `${Date.now()}`, content: calculatedIntroduction, isAnswer: true,