mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 20:59:16 +00:00
feat: display erros messages on login errors
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user