[FIX] Reactive footer when agents take chats (#3288)
Co-authored-by: Diego Mello <diegolmello@gmail.com>
This commit is contained in:
parent
8f1036f57e
commit
bea88afca7
|
@ -786,6 +786,7 @@ class RoomView extends React.Component {
|
|||
|
||||
if (this.isOmnichannel) {
|
||||
await takeInquiry(room._id);
|
||||
this.onJoin();
|
||||
} else {
|
||||
const { joinCodeRequired } = room;
|
||||
if (joinCodeRequired) {
|
||||
|
|
Loading…
Reference in New Issue