Explorar el Código

fix(video-layout) fix incorrect import of isStageFilmstripEnabled

master
Saúl Ibarra Corretgé hace 3 años
padre
commit
23c7ac4da4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      react/features/video-layout/middleware.any.js

+ 1
- 1
react/features/video-layout/middleware.any.js Ver fichero

@@ -12,7 +12,7 @@ import {
12 12
 import { MiddlewareRegistry, StateListenerRegistry } from '../base/redux';
13 13
 import { TRACK_REMOVED } from '../base/tracks';
14 14
 import { SET_DOCUMENT_EDITING_STATUS } from '../etherpad';
15
-import { isStageFilmstripEnabled } from '../filmstrip/functions.web';
15
+import { isStageFilmstripEnabled } from '../filmstrip/functions';
16 16
 import { isFollowMeActive } from '../follow-me';
17 17
 
18 18
 import { SET_TILE_VIEW } from './actionTypes';

Loading…
Cancelar
Guardar