@ -100,11 +100,7 @@ const OrderProfile = ({ coliSN, ...props }) => {
<MailOutlined className='pr-1' />
{customerDetail.email}
</Typography.Text>
<Typography.Link
href='#'
onClick={() => {
console.info('whatsapp clicked.')
}}>
<Typography.Link href={`/order/chat/${coliSN}`}>
<WhatsAppOutlined className=' pr-1' />
{customerDetail.whatsapp_phone_number}
</Typography.Link>