code cleanup

This commit is contained in:
canove
2020-07-30 09:39:47 -03:00
parent 83491b5882
commit f03f8d52b7

View File

@@ -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