From efddb36164478cb7d5f39c55cc3eedeacbe9c805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 16 Sep 2019 13:15:17 +0200 Subject: [PATCH] thumbnail: fix accessing props --- react/features/filmstrip/components/native/Thumbnail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }>