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',