feat: display erros messages on login errors

This commit is contained in:
canove
2020-07-30 18:02:30 -03:00
parent 45682a6788
commit 78a0c7cd9b
5 changed files with 20 additions and 80 deletions

View File

@@ -339,8 +339,6 @@ const TicketsList = () => {
document.getElementById("sound").play();
};
console.log(process.env.NODE_ENV);
const resetUnreadMessages = ticketId => {
setTickets(prevState => {
const ticketIndex = prevState.findIndex(