Comply w/ coding style
This commit is contained in:
parent
14d394aed8
commit
b0d63dae16
|
@ -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 /> }
|
||||
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue