add missing intl
This commit is contained in:
parent
acb1c73b7b
commit
cb54b9d13a
@ -620,6 +620,7 @@ class BreakoutRoom extends PureComponent {
|
||||
}
|
||||
|
||||
changeUserRoom(userId, room) {
|
||||
const { intl } = this.props;
|
||||
const { users, freeJoin } = this.state;
|
||||
|
||||
const idxUser = users.findIndex((user) => user.userId === userId.replace('roomUserItem-', ''));
|
||||
|
Loading…
Reference in New Issue
Block a user