fix(chore) fix typo
This commit is contained in:
parent
cd4ab8a5f1
commit
3f2018a1de
|
@ -160,7 +160,7 @@ class LargeVideo extends Component<Props> {
|
|||
_isScreenSharing,
|
||||
_seeWhatIsBeingShared
|
||||
} = this.props;
|
||||
const style = this._getCustomSyles();
|
||||
const style = this._getCustomStyles();
|
||||
const className = `videocontainer${_isChatOpen ? ' shift-right' : ''}`;
|
||||
|
||||
return (
|
||||
|
@ -256,7 +256,7 @@ class LargeVideo extends Component<Props> {
|
|||
* @private
|
||||
* @returns {Object}
|
||||
*/
|
||||
_getCustomSyles() {
|
||||
_getCustomStyles() {
|
||||
const styles = {};
|
||||
const {
|
||||
_customBackgroundColor,
|
||||
|
|
Loading…
Reference in New Issue