fix: ui in chat openning statement (#1094)
This commit is contained in:
@@ -318,7 +318,7 @@ const Main: FC<IMainProps> = ({
|
||||
content: caculatedIntroduction,
|
||||
isAnswer: true,
|
||||
feedbackDisabled: true,
|
||||
isOpeningStatement: isPublicVersion,
|
||||
isOpeningStatement: true,
|
||||
}
|
||||
if (caculatedIntroduction)
|
||||
return [openstatement]
|
||||
|
Reference in New Issue
Block a user