Minor tweak
This commit is contained in:
parent
f9662036fd
commit
20ebc34b20
|
@ -67,9 +67,9 @@ import { takeInquiry } from '../../ee/omnichannel/lib';
|
||||||
import Loading from '../../containers/Loading';
|
import Loading from '../../containers/Loading';
|
||||||
import LoadMore from './LoadMore';
|
import LoadMore from './LoadMore';
|
||||||
import RoomServices from './services';
|
import RoomServices from './services';
|
||||||
|
import { goRoom } from '../../utils/goRoom';
|
||||||
import getThreadName from '../../lib/methods/getThreadName';
|
import getThreadName from '../../lib/methods/getThreadName';
|
||||||
import getRoomInfo from '../../lib/methods/getRoomInfo';
|
import getRoomInfo from '../../lib/methods/getRoomInfo';
|
||||||
import { goRoom } from '../../utils/goRoom';
|
|
||||||
|
|
||||||
const stateAttrsUpdate = [
|
const stateAttrsUpdate = [
|
||||||
'joined',
|
'joined',
|
||||||
|
|
Loading…
Reference in New Issue