diff --git a/bigbluebutton-html5/imports/ui/components/raisehand-notifier/component.jsx b/bigbluebutton-html5/imports/ui/components/raisehand-notifier/component.jsx index 059666b06e..cfbdb23605 100644 --- a/bigbluebutton-html5/imports/ui/components/raisehand-notifier/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/raisehand-notifier/component.jsx @@ -135,7 +135,7 @@ class RaiseHandNotifier extends Component { tabIndex={0} style={{ backgroundColor: `${u.color}` }} onClick={() => lowerUserHands(u.userId)} - onKeyDown={(e) => (e.keyCode === ENTER ? clearUserStatus(u.userId) : null)} + onKeyDown={(e) => (e.keyCode === ENTER ? lowerUserHands(u.userId) : null)} data-test="avatarsWrapperAvatar" moderator={u.role === ROLE_MODERATOR} avatar={u.avatar}