From 546651e51fc692ea25bca48568ab729fe24bb1fd Mon Sep 17 00:00:00 2001 From: Lyubo Marinov Date: Fri, 8 Jun 2018 12:25:02 -0500 Subject: [PATCH] [RN] Hide conference indicators on reduced UI (coding style) --- .../features/conference/components/Conference.native.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/react/features/conference/components/Conference.native.js b/react/features/conference/components/Conference.native.js index b4637c957b..c4964c7b9a 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 || }