thumbnail: fix accessing props
This commit is contained in:
parent
385e1c1047
commit
efddb36164
|
@ -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 }>
|
||||
|
||||
|
|
Loading…
Reference in New Issue