瀏覽代碼

thumbnail: fix accessing props

master
Saúl Ibarra Corretgé 6 年之前
父節點
當前提交
efddb36164
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/filmstrip/components/native/Thumbnail.js

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

@@ -144,7 +144,7 @@ function Thumbnail(props: Props) {
144 144
                 styles.thumbnail,
145 145
                 participant.pinned && !tileView
146 146
                     ? _styles.thumbnailPinned : null,
147
-                this.props.styleOverrides || null
147
+                props.styleOverrides || null
148 148
             ] }
149 149
             touchFeedback = { false }>
150 150
 

Loading…
取消
儲存