From e6c43f282ae8357394132e55b05eecd8c96c3b86 Mon Sep 17 00:00:00 2001 From: Pedro Beschorner Marin Date: Mon, 12 Jul 2021 11:01:23 -0300 Subject: [PATCH] fix(screenshare): fullscreen status from state isFullscreen is a state property and is being fetched from the component props. I think this is something I messed up while resolving a cherry-pick conflict. --- .../imports/ui/components/screenshare/component.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bigbluebutton-html5/imports/ui/components/screenshare/component.jsx b/bigbluebutton-html5/imports/ui/components/screenshare/component.jsx index 75e22e70f1a9..ba6e83e8ff0b 100755 --- a/bigbluebutton-html5/imports/ui/components/screenshare/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/screenshare/component.jsx @@ -271,11 +271,11 @@ class ScreenshareComponent extends React.Component { } renderScreenshareDefault() { + const { intl } = this.props; const { - intl, isFullscreen, - } = this.props; - const { loaded } = this.state; + loaded, + } = this.state; return (