fix(mute): remove interface config bypass for mute-everyone button

This commit is contained in:
Gabriel Imre 2020-03-05 14:26:42 +02:00 committed by Saúl Ibarra Corretgé
parent 16c09c9645
commit f06fe69167
1 changed files with 1 additions and 1 deletions

View File

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