diff --git a/react/features/conference/components/Conference.native.js b/react/features/conference/components/Conference.native.js index b4637c957..c4964c7b9 100644 --- a/react/features/conference/components/Conference.native.js +++ b/react/features/conference/components/Conference.native.js @@ -255,11 +255,10 @@ class Conference extends Component { {/* - * A container that automatically renders indicators such - * as VideoQualityLabel or RecordingLabel if need be. - */} - { - !this.props._reducedUI && + * Examples of conference indicators are VideoQualityLabel + * and RecordingLabel. + */ + this.props._reducedUI || }