fix(remote-menu): show volume slider whenever available

This commit is contained in:
Leonard Kim
2017-11-15 16:25:44 -06:00
committed by yanas
parent 713700456e
commit 30be46326a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@
**/
.popupmenu {
min-width: 75px;
text-align: left;
padding: 0;
white-space: nowrap;
@@ -172,7 +172,7 @@ class RemoteVideoMenuTriggerButton extends Component {
);
}
if (onVolumeChange && isModerator) {
if (onVolumeChange) {
buttons.push(
<VolumeSlider
initialValue = { initialVolumeValue }