Skip to content

Commit 69044eb

Browse files
authored
Merge pull request langgenius#103 from langgenius/fix/not-show-opening-statement
fix: not show opening statement
2 parents 8d21cbc + cafd643 commit 69044eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const Main: FC = () => {
199199
if (calculatedIntroduction && calculatedPromptVariables)
200200
calculatedIntroduction = replaceVarWithValues(calculatedIntroduction, promptConfig?.prompt_variables || [], calculatedPromptVariables)
201201

202-
const openstatement = {
202+
const openStatement = {
203203
id: `${Date.now()}`,
204204
content: calculatedIntroduction,
205205
isAnswer: true,

0 commit comments

Comments
 (0)