mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 04:09:26 +00:00
code cleanup
This commit is contained in:
@@ -314,7 +314,6 @@ const TicketsList = () => {
|
||||
};
|
||||
|
||||
const showDesktopNotification = data => {
|
||||
console.log(data);
|
||||
const options = {
|
||||
body: `${data.message.body} - ${format(new Date(), "HH:mm")}`,
|
||||
icon: data.contact.profilePicUrl,
|
||||
@@ -489,8 +488,6 @@ const TicketsList = () => {
|
||||
}
|
||||
};
|
||||
|
||||
console.log(tickets);
|
||||
|
||||
return (
|
||||
<Paper elevation={0} variant="outlined" className={classes.contactsWrapper}>
|
||||
<NewTicketModal
|
||||
|
||||
Reference in New Issue
Block a user