[RN] Remove unneeded code
This commit is contained in:
parent
880fb59b2c
commit
7c8fa57bba
|
@ -255,7 +255,7 @@ class ParticipantView extends Component<Props> {
|
||||||
|
|
||||||
{ renderVideo
|
{ renderVideo
|
||||||
&& <VideoTrack
|
&& <VideoTrack
|
||||||
onPress = { renderVideo ? onPress : undefined }
|
onPress = { onPress }
|
||||||
videoTrack = { videoTrack }
|
videoTrack = { videoTrack }
|
||||||
waitForVideoStarted = { waitForVideoStarted }
|
waitForVideoStarted = { waitForVideoStarted }
|
||||||
zOrder = { this.props.zOrder }
|
zOrder = { this.props.zOrder }
|
||||||
|
|
Loading…
Reference in New Issue