[RN] Remove unneeded code

This commit is contained in:
Saúl Ibarra Corretgé
2018-06-08 08:22:18 -05:00
committed by Lyubo Marinov
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 }