diff --git a/react/features/filmstrip/components/native/Thumbnail.js b/react/features/filmstrip/components/native/Thumbnail.js index 2ef83860e..f32da9766 100644 --- a/react/features/filmstrip/components/native/Thumbnail.js +++ b/react/features/filmstrip/components/native/Thumbnail.js @@ -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 }>