[RN] Remove unneeded code

This commit is contained in:
Saúl Ibarra Corretgé
2018-06-05 13:45:11 +02:00
committed by Lyubo Marinov
parent 880fb59b2c
commit 7c8fa57bba

View File

@@ -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 }