add missing intl

This commit is contained in:
Ramón Souza 2022-10-24 10:48:38 -03:00
parent acb1c73b7b
commit cb54b9d13a

View File

@ -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-', ''));