|
@@ -1004,7 +1004,7 @@ class Toolbox extends Component<Props, State> {
|
1004
|
1004
|
<MuteEveryoneButton
|
1005
|
1005
|
key = 'mute-everyone'
|
1006
|
1006
|
showLabel = { true }
|
1007
|
|
- visible = { true || this._shouldShowButton('mute-everyone') } />,
|
|
1007
|
+ visible = { this._shouldShowButton('mute-everyone') } />,
|
1008
|
1008
|
this._shouldShowButton('stats')
|
1009
|
1009
|
&& <OverflowMenuItem
|
1010
|
1010
|
accessibilityLabel = { t('toolbar.accessibilityLabel.speakerStats') }
|