feat(participants-pane/native): fixed undefined error
This commit is contained in:
parent
e8cdf38fda
commit
eb911ec9b5
|
@ -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…
Reference in New Issue