@ -232,7 +232,7 @@ const Conversations = ({ mobile }) => {
alt={item.whatsapp_name}
title={item.whatsapp_name || item.whatsapp_phone_number}
subtitle={item.coli_id}
date={item.last_received_time}
date={item.last_received_time || item.last_send_time}
unread={item.unread_msg_count}
className={[
String(item.sn) === String(currentConversation.sn) ? '__active text-primary bg-whatsapp-bg' : '',