Fix state mistake

auto_join_3.3
Mészáros Mihály 2020-04-23 21:52:33 +02:00
parent f0c3b16197
commit 3caa505d08
1 changed files with 1 additions and 2 deletions

View File

@ -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
);
}
}