From bea88afca75f5a9209b50d335357b2c97f09c0ad Mon Sep 17 00:00:00 2001 From: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com> Date: Mon, 23 Aug 2021 10:43:09 -0300 Subject: [PATCH] [FIX] Reactive footer when agents take chats (#3288) Co-authored-by: Diego Mello --- app/views/RoomView/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/RoomView/index.js b/app/views/RoomView/index.js index 13de89c87..4a4ff924b 100644 --- a/app/views/RoomView/index.js +++ b/app/views/RoomView/index.js @@ -786,6 +786,7 @@ class RoomView extends React.Component { if (this.isOmnichannel) { await takeInquiry(room._id); + this.onJoin(); } else { const { joinCodeRequired } = room; if (joinCodeRequired) {