Fix lint error

pull/7464/head
Jesús Espino 5 years ago committed by Jaya Allamsetty
parent 1426a5b4bc
commit a6a19a3002
  1. 2
      react/features/toolbox/components/web/Toolbox.js

@ -9,6 +9,7 @@ import {
sendAnalytics
} from '../../../analytics';
import { openDialog, toggleDialog } from '../../../base/dialog';
import { isMobileBrowser } from '../../../base/environment/utils';
import { translate } from '../../../base/i18n';
import {
IconChat,
@ -30,7 +31,6 @@ import {
participantUpdated
} from '../../../base/participants';
import { connect, equals } from '../../../base/redux';
import { isMobileBrowser } from '../../../base/environment/utils';
import { OverflowMenuItem } from '../../../base/toolbox/components';
import { getLocalVideoTrack, toggleScreensharing } from '../../../base/tracks';
import { VideoBlurButton } from '../../../blur';

Loading…
Cancel
Save