feat(participants-pane/native): fixed undefined error

pull/12036/head jitsi-meet_7677
Calin-Teodor 3 years ago committed by Calinteodor
parent e8cdf38fda
commit eb911ec9b5
  1. 2
      react/features/participants-pane/components/native/MeetingParticipantItem.js

@ -181,7 +181,7 @@ function mapStateToProps(state, ownProps): Object {
const { disableModeratorIndicator } = state['features/base/config'];
const raisedHand = hasRaisedHand(participant?.local
? participant
: getParticipantById(state, participant.id)
: getParticipantById(state, participant?.id)
);
return {

Loading…
Cancel
Save