diff --git a/bigbluebutton-html5/imports/ui/components/raisehand-notifier/component.jsx b/bigbluebutton-html5/imports/ui/components/raisehand-notifier/component.jsx
index cfbdb23605..fbbd9595b6 100644
--- a/bigbluebutton-html5/imports/ui/components/raisehand-notifier/component.jsx
+++ b/bigbluebutton-html5/imports/ui/components/raisehand-notifier/component.jsx
@@ -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);