fix lock icon + drop user
This commit is contained in:
parent
032b677cfc
commit
ff86eebb22
@ -501,7 +501,7 @@ class BreakoutRoom extends PureComponent {
|
||||
changeUserRoom(userId, room) {
|
||||
const { users, freeJoin } = this.state;
|
||||
|
||||
const idxUser = users.findIndex((user) => user.userId === userId);
|
||||
const idxUser = users.findIndex((user) => user.userId === userId.replace('roomUserItem-', ''));
|
||||
|
||||
const usersCopy = [...users];
|
||||
|
||||
|
@ -232,7 +232,7 @@ const LockIcon = styled.span`
|
||||
|
||||
&:after {
|
||||
font-family: 'bbb-icons' !important;
|
||||
content: "\E926";
|
||||
content: '\\e926';
|
||||
color: var(--color-gray-light);
|
||||
}
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user