handleMark(
contact.id
)
}
>
item ===
contact.id
) &&
"active"
}`}
/>
|
{
contact.ticket_id
}
|
{contact.name}
|
{contact.email}
|
{contact.is_open ===
"1" ? (
Opened
) : (
Not
Opened
)}
|
{moment(
contact.created_at
).format("ll")}
|
{hasPermission(
"contacts.show"
) && (
)}
{hasPermission(
"contacts.delete"
) && (
)}
|
)
)}