|
|
|
@ -118,7 +118,7 @@ const BubbleIM = ({ handlePreview, handleContactClick, setNewChatModalVisible, s
|
|
|
|
|
? {
|
|
|
|
|
// styles: { backgroundColor: '#ccd4ae' },
|
|
|
|
|
notchStyle: { fill: outboundStyle[message.msg_source.toLowerCase()].color },
|
|
|
|
|
title: <><ChannelLogo channel={message.msg_source} /> {message.wabaName} - {message.title}</>,
|
|
|
|
|
title: <><ChannelLogo channel={message.msg_source} />{message.wabaName ? ` ${message.wabaName} - ${message.title}` : ` ${message.title || message.from}`}</>,
|
|
|
|
|
}
|
|
|
|
|
: {
|
|
|
|
|
// title: <> <ChannelLogo channel={message.msg_source} /> {message.title}</>,
|
|
|
|
|