perf(前端): 不显示群id

dev/supplier-email-drawer
Lei OT 9 months ago
parent e1164e0067
commit bd5cd24918

@ -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>
) : (

Loading…
Cancel
Save