We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c90521 commit 207d53bCopy full SHA for 207d53b
app-engine/frontend/src/pages/chatPreview/index.tsx
@@ -487,7 +487,7 @@ const ChatPreview = (props) => {
487
idx = listRef.current.length;
488
} else {
489
if (!extensions.isEnableLog && !listRef.current[idx].step) {
490
- initObj.content ? null : initObj.content = listRef.current[idx].content;
+ initObj.content = listRef.current[idx].content;
491
}
492
493
0 commit comments