Browse Source

thumbnail: fix accessing props

master
Saúl Ibarra Corretgé 6 years ago
parent
commit
efddb36164
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/filmstrip/components/native/Thumbnail.js

+ 1
- 1
react/features/filmstrip/components/native/Thumbnail.js View File

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

Loading…
Cancel
Save