[RN] Remove unneeded code
This commit is contained in:
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 }
|
||||
|
||||
Reference in New Issue
Block a user