mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 12:19:16 +00:00
🐛 Fixing error when sending messages
This commit is contained in:
@@ -211,7 +211,7 @@ const TicketListItem = ({ ticket }) => {
|
||||
)}
|
||||
</Typography>
|
||||
)}
|
||||
{ticket.whatsappId && (
|
||||
{ticket?.whatsapp && (
|
||||
<div className={classes.userTag} title={i18n.t("ticketsList.connectionTitle")}>{ticket.whatsapp.name}</div>
|
||||
)}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user