|
|
|
@ -113,7 +113,7 @@ const BubbleIM = ({ handlePreview, handleContactClick, setNewChatModalVisible, s
|
|
|
|
|
? {
|
|
|
|
|
// styles: { backgroundColor: '#ccd4ae' },
|
|
|
|
|
notchStyle: { fill: '#ccd4ae' }, // todo: channel[WhatsApp] color '#d9fdd3'
|
|
|
|
|
title: <><ChannelLogo channel={message.msg_source} /> {message.wabaName}</>,
|
|
|
|
|
title: <><ChannelLogo channel={message.msg_source} /> {message.wabaName} - {message.title}</>,
|
|
|
|
|
}
|
|
|
|
|
: {
|
|
|
|
|
// title: <> <ChannelLogo channel={message.msg_source} /> {message.title}</>,
|
|
|
|
|