Comply w/ coding style

This commit is contained in:
Lyubo Marinov 2017-04-10 19:14:14 -05:00
parent 14d394aed8
commit b0d63dae16
2 changed files with 3 additions and 4 deletions

View File

@ -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
&& <DominantSpeakerIndicator /> }
<Container style = { thumbToolbarStyle }>
<Container style = { styles.thumbnailIndicatorContainer }>
{ audioMuted
&& <AudioMutedIndicator /> }

View File

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