thumbnail: fix accessing props

This commit is contained in:
Saúl Ibarra Corretgé 2019-09-16 13:15:17 +02:00 committed by Saúl Ibarra Corretgé
parent 385e1c1047
commit efddb36164
1 changed files with 1 additions and 1 deletions

View File

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