ソースを参照

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
 

読み込み中…
キャンセル
保存