Fix state mistake
parent
f0c3b16197
commit
3caa505d08
|
|
@ -50,8 +50,7 @@ const AudioPeersContainer = connect(
|
|||
{
|
||||
return (
|
||||
prev.consumers === next.consumers &&
|
||||
prev.audioOutputDevice === next.audioOutputDevice &&
|
||||
prev.settings === next.settings
|
||||
prev.settings.selectedAudioOutputDevice === next.settings.selectedAudioOutputDevice
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue