mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 12:19:16 +00:00
feat: delete message option on frontend
This commit is contained in:
@@ -180,7 +180,7 @@ const TicketListItem = ({ ticket }) => {
|
||||
</span>
|
||||
}
|
||||
/>
|
||||
{ticket.status === "pending" && handleAcepptTicket ? (
|
||||
{ticket.status === "pending" ? (
|
||||
<Button
|
||||
variant="contained"
|
||||
size="small"
|
||||
|
||||
Reference in New Issue
Block a user