From 3f2018a1de4ed1803ead79fb7d9d7cbe1d868f27 Mon Sep 17 00:00:00 2001 From: Rokixy <48944401+Rokixy@users.noreply.github.com> Date: Thu, 25 Aug 2022 17:30:39 +0800 Subject: [PATCH] fix(chore) fix typo --- react/features/large-video/components/LargeVideo.web.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/features/large-video/components/LargeVideo.web.js b/react/features/large-video/components/LargeVideo.web.js index b5b024438..fd29fd7df 100644 --- a/react/features/large-video/components/LargeVideo.web.js +++ b/react/features/large-video/components/LargeVideo.web.js @@ -160,7 +160,7 @@ class LargeVideo extends Component { _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 { * @private * @returns {Object} */ - _getCustomSyles() { + _getCustomStyles() { const styles = {}; const { _customBackgroundColor,