fix(chore) fix typo

This commit is contained in:
Rokixy 2022-08-25 17:30:39 +08:00 committed by GitHub
parent cd4ab8a5f1
commit 3f2018a1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ class LargeVideo extends Component<Props> {
_isScreenSharing, _isScreenSharing,
_seeWhatIsBeingShared _seeWhatIsBeingShared
} = this.props; } = this.props;
const style = this._getCustomSyles(); const style = this._getCustomStyles();
const className = `videocontainer${_isChatOpen ? ' shift-right' : ''}`; const className = `videocontainer${_isChatOpen ? ' shift-right' : ''}`;
return ( return (
@ -256,7 +256,7 @@ class LargeVideo extends Component<Props> {
* @private * @private
* @returns {Object} * @returns {Object}
*/ */
_getCustomSyles() { _getCustomStyles() {
const styles = {}; const styles = {};
const { const {
_customBackgroundColor, _customBackgroundColor,