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 (