浏览代码

fix(video-layout) fix incorrect import of isStageFilmstripEnabled

master
Saúl Ibarra Corretgé 3 年前
父节点
当前提交
23c7ac4da4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/video-layout/middleware.any.js

+ 1
- 1
react/features/video-layout/middleware.any.js 查看文件

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

正在加载...
取消
保存