Set VideoView/netInfo prop as not required

This commit is contained in:
Roman Drozd
2020-05-20 16:20:55 +02:00
parent ce2e18f01a
commit 407a7d6991
@@ -556,7 +556,7 @@ VideoView.propTypes =
onChangeDisplayName : PropTypes.func,
children : PropTypes.object,
classes : PropTypes.object.isRequired,
netInfo : PropTypes.object.isRequired
netInfo : PropTypes.object
};
export default withStyles(styles)(VideoView);