Quellcode durchsuchen

Fix lint error

master
Jesús Espino vor 4 Jahren
Ursprung
Commit
a6a19a3002
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      react/features/toolbox/components/web/Toolbox.js

+ 1
- 1
react/features/toolbox/components/web/Toolbox.js Datei anzeigen

@@ -9,6 +9,7 @@ import {
9 9
     sendAnalytics
10 10
 } from '../../../analytics';
11 11
 import { openDialog, toggleDialog } from '../../../base/dialog';
12
+import { isMobileBrowser } from '../../../base/environment/utils';
12 13
 import { translate } from '../../../base/i18n';
13 14
 import {
14 15
     IconChat,
@@ -30,7 +31,6 @@ import {
30 31
     participantUpdated
31 32
 } from '../../../base/participants';
32 33
 import { connect, equals } from '../../../base/redux';
33
-import { isMobileBrowser } from '../../../base/environment/utils';
34 34
 import { OverflowMenuItem } from '../../../base/toolbox/components';
35 35
 import { getLocalVideoTrack, toggleScreensharing } from '../../../base/tracks';
36 36
 import { VideoBlurButton } from '../../../blur';

Laden…
Abbrechen
Speichern