diff --git a/frontend/src/pages/Connections/index.js b/frontend/src/pages/Connections/index.js index 5dab32f..7961ad9 100644 --- a/frontend/src/pages/Connections/index.js +++ b/frontend/src/pages/Connections/index.js @@ -53,6 +53,7 @@ const reducer = (state, action) => { if (whatsAppIndex !== -1) { state[whatsAppIndex].status = whatsApp.status; + state[whatsAppIndex].updatedAt = whatsApp.updatedAt; state[whatsAppIndex].qrcode = whatsApp.qrcode; return [...state]; } else {