diff --git a/react/features/video-quality/components/VideoQualityLabel.web.js b/react/features/video-quality/components/VideoQualityLabel.web.js index b4e9ef274..adb80ead1 100644 --- a/react/features/video-quality/components/VideoQualityLabel.web.js +++ b/react/features/video-quality/components/VideoQualityLabel.web.js @@ -163,14 +163,15 @@ export class VideoQualityLabel extends Component { return (
+ id = 'videoResolutionLabel'> } isOpen = { this.state.showVideoQualityDialog } onClose = { this._onDialogClose } position = { 'left top' }> -
+
{ _audioOnly ? : this._mapResolutionToTranslation(_resolution) }