mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-16 06:56:57 +00:00
[feature](webapp) modify multy-turn conversation and optimize css styles (#11)
williamhliu <williamhliu@tencent.com>
This commit is contained in:
@@ -68,7 +68,6 @@ const MessageContainer: React.FC<Props> = ({
|
||||
if (
|
||||
(msg.type === MessageTypeEnum.QUESTION || msg.type === MessageTypeEnum.INSTRUCTION) &&
|
||||
!!currentMsgDomainId &&
|
||||
!!currentMsgEntityId &&
|
||||
msgDomainId === currentMsgDomainId &&
|
||||
msgEntityId === currentMsgEntityId &&
|
||||
msg.msg
|
||||
|
||||
Reference in New Issue
Block a user