fix(chore) fix typo
This commit is contained in:
parent
cd4ab8a5f1
commit
3f2018a1de
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue