mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 20:29:17 +00:00
improvement: start moving routes to custom route
This commit is contained in:
@@ -339,6 +339,8 @@ 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