Fix lint error

This commit is contained in:
Jesús Espino 2020-08-05 09:58:16 +02:00 committed by Jaya Allamsetty
parent 1426a5b4bc
commit a6a19a3002
1 changed files with 1 additions and 1 deletions

View File

@ -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';