Merge pull request #3594 from mmoanis/update-docs

Update docs for AbstractRecordButton _mapStateToProps
This commit is contained in:
virtuacoplenny 2018-11-07 09:20:05 -08:00 committed by GitHub
commit 56100d0d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ export default class AbstractRecordButton<P: Props>
* @private
* @returns {{
* _isRecordingRunning: boolean,
* disabledByFeatures: boolean,
* visible: boolean
* }}
*/