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