diff --git a/bigbluebutton-html5/imports/ui/components/actions-bar/actions-dropdown/component.jsx b/bigbluebutton-html5/imports/ui/components/actions-bar/actions-dropdown/component.jsx index 598a57549b..f36e9a8bd8 100644 --- a/bigbluebutton-html5/imports/ui/components/actions-bar/actions-dropdown/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/actions-bar/actions-dropdown/component.jsx @@ -96,7 +96,7 @@ class ActionsDropdown extends Component { const BROWSER_RESULTS = browser(); const isMobileBrowser = BROWSER_RESULTS.mobile || - BROWSER_RESULTS.os.includes('Android'); // mobile flag doesn't always work + BROWSER_RESULTS.os.includes('Android'); // mobile flag doesn't always work return _.compact([ (isUserPresenter ?