From b0d63dae160ac76fcc177c9772b1b9b52cb4f204 Mon Sep 17 00:00:00 2001 From: Lyubo Marinov Date: Mon, 10 Apr 2017 19:14:14 -0500 Subject: [PATCH] Comply w/ coding style --- react/features/filmstrip/components/Thumbnail.js | 4 +--- react/features/filmstrip/components/styles.js | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/react/features/filmstrip/components/Thumbnail.js b/react/features/filmstrip/components/Thumbnail.js index d0a32e82c..04659d6ff 100644 --- a/react/features/filmstrip/components/Thumbnail.js +++ b/react/features/filmstrip/components/Thumbnail.js @@ -69,8 +69,6 @@ class Thumbnail extends Component { }; } - const thumbToolbarStyle = styles.thumbnailIndicatorContainer; - // We don't render audio in any of the following: // 1. The audio (source) is muted. There's no practical reason (that we // know of, anyway) why we'd want to render it given that it's @@ -107,7 +105,7 @@ class Thumbnail extends Component { { participant.dominantSpeaker && } - + { audioMuted && } diff --git a/react/features/filmstrip/components/styles.js b/react/features/filmstrip/components/styles.js index 359a4d8f6..1ad2f8931 100644 --- a/react/features/filmstrip/components/styles.js +++ b/react/features/filmstrip/components/styles.js @@ -74,7 +74,8 @@ export const styles = { }, /** - * Video thumbnail style. + * The style of a participant's Thumbnail which renders either the video or + * the avatar of the associated participant. */ thumbnail: { alignItems: 'stretch',