From a370a88d195e123f204bbc4e26bb6dde6b39b73e Mon Sep 17 00:00:00 2001 From: Lyubo Marinov Date: Mon, 12 Feb 2018 11:49:45 -0600 Subject: [PATCH] [RN] Add ability to enable /disable the toolbox (Coding style: comments, consistency) --- react/features/toolbox/components/Toolbox.native.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/features/toolbox/components/Toolbox.native.js b/react/features/toolbox/components/Toolbox.native.js index f16b685c02..ff0254bc3e 100644 --- a/react/features/toolbox/components/Toolbox.native.js +++ b/react/features/toolbox/components/Toolbox.native.js @@ -66,7 +66,7 @@ class Toolbox extends Component { _audioOnly: PropTypes.bool, /** - * Flag showing whether the toolbox is enabled or not. + * The indicator which determines whether the toolbox is enabled. */ _enabled: PropTypes.bool, @@ -465,7 +465,7 @@ function _mapStateToProps(state) { _audioOnly: Boolean(conference.audioOnly), /** - * The indicator which determines whether the toolbox is enabled or not. + * The indicator which determines whether the toolbox is enabled. * * @private * @type {boolean}