@ -206,6 +206,7 @@ export const sentMsgTypeMapped = {
type: 'text',
title: msg.template.name, // || msg.template_origin.components.header?.[0]?.text || '',
text: autoLinkText(templateDataMapped?.body?.text || ''), // msg.template_origin.components.body?.[0]?.text || '',
whatsapp_msg_type: 'template',
};
},