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

This commit is contained in:
Calin-Teodor 2022-08-17 17:56:06 +03:00 committed by Calinteodor
parent e8cdf38fda
commit eb911ec9b5
1 changed files with 1 additions and 1 deletions

View File

@ -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 {