Bug in state check.
parent
90b2ccd0a9
commit
e5026284fa
|
|
@ -152,7 +152,7 @@ const ParticipantListContainer = withRoomContext(connect(
|
||||||
{
|
{
|
||||||
return (
|
return (
|
||||||
prev.peers === next.peers &&
|
prev.peers === next.peers &&
|
||||||
prev.spotlights === next.spotlights &&
|
prev.room.spotlights === next.room.spotlights &&
|
||||||
prev.room.selectedPeerName === next.room.selectedPeerName
|
prev.room.selectedPeerName === next.room.selectedPeerName
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue