|
|
|
@ -41,7 +41,7 @@ const MessagesHeader = () => {
|
|
|
|
|
<Typography.Text strong>{currentConversation.show_default}</Typography.Text>
|
|
|
|
|
{currentConversation.sn ? (
|
|
|
|
|
<div className='flex flex-col'>
|
|
|
|
|
<Typography.Text>{currentConversation?.channels?.whatsapp_phone_number}</Typography.Text>
|
|
|
|
|
<Typography.Text>{currentConversation.session_type === 1 ? '' : currentConversation?.channels?.whatsapp_phone_number}</Typography.Text>
|
|
|
|
|
<Typography.Text>{currentConversation?.channels?.email}</Typography.Text>
|
|
|
|
|
</div>
|
|
|
|
|
) : (
|
|
|
|
|