From dec90bdeb8dcd8029f641d775d0156cd966e0401 Mon Sep 17 00:00:00 2001 From: Hristo Terezov Date: Thu, 6 May 2021 15:07:45 -0500 Subject: [PATCH] fix(Thumbnail): Display mode typo. --- react/features/filmstrip/components/web/Thumbnail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/filmstrip/components/web/Thumbnail.js b/react/features/filmstrip/components/web/Thumbnail.js index c4e7a4006..07fb9f2e7 100644 --- a/react/features/filmstrip/components/web/Thumbnail.js +++ b/react/features/filmstrip/components/web/Thumbnail.js @@ -343,7 +343,7 @@ class Thumbnail extends Component { return { ...newState, - dispayMode: computeDisplayMode(Thumbnail.getDisplayModeInput(props, newState)) + displayMode: computeDisplayMode(Thumbnail.getDisplayModeInput(props, newState)) }; }