소스 검색

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…
취소
저장