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