Update component.jsx

This commit is contained in:
André Castro 2023-10-23 11:12:50 -03:00 committed by GitHub
parent 371378cca8
commit 281308ba4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ class RaiseHandNotifier extends Component {
}
raisedHandAvatars() {
const { raiseHandUsers, clearUserStatus, intl } = this.props;
const { raiseHandUsers, lowerUserHands, intl } = this.props;
let users = raiseHandUsers;
if (raiseHandUsers.length > MAX_AVATAR_COUNT) users = users.slice(0, MAX_AVATAR_COUNT);