diff --git a/app/src/components/MeetingDrawer/ParticipantList/ParticipantList.js b/app/src/components/MeetingDrawer/ParticipantList/ParticipantList.js index e1675ba..a7d5213 100644 --- a/app/src/components/MeetingDrawer/ParticipantList/ParticipantList.js +++ b/app/src/components/MeetingDrawer/ParticipantList/ParticipantList.js @@ -152,7 +152,7 @@ const ParticipantListContainer = withRoomContext(connect( { return ( prev.peers === next.peers && - prev.spotlights === next.spotlights && + prev.room.spotlights === next.room.spotlights && prev.room.selectedPeerName === next.room.selectedPeerName ); }