浏览代码

fix(Thumbnail): Display mode typo.

j8
Hristo Terezov 4 年前
父节点
当前提交
dec90bdeb8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/filmstrip/components/web/Thumbnail.js

+ 1
- 1
react/features/filmstrip/components/web/Thumbnail.js 查看文件

343
 
343
 
344
             return {
344
             return {
345
                 ...newState,
345
                 ...newState,
346
-                dispayMode: computeDisplayMode(Thumbnail.getDisplayModeInput(props, newState))
346
+                displayMode: computeDisplayMode(Thumbnail.getDisplayModeInput(props, newState))
347
             };
347
             };
348
         }
348
         }
349
 
349
 

正在加载...
取消
保存