Skip to content

Commit 5125acf

Browse files
author
Fabio Colajanni
committed
fix collation message sissue
1 parent 8a48f53 commit 5125acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/webchat-ui/components/WebchatUI.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ export class WebchatUI extends React.PureComponent<
14081408
onSetFullscreen={() => this.props.onSetFullscreenMessage(message)}
14091409
openXAppOverlay={openXAppOverlay}
14101410
plugins={messagePlugins}
1411-
prevMessage={messages?.[index - 1]}
1411+
prevMessage={messagesExcludingControlCommands?.[index - 1]}
14121412
theme={this.state.theme}
14131413
/>
14141414
);

0 commit comments

Comments
 (0)