Set VideoView/netInfo prop as not required

auto_join_3.3
Roman Drozd 2020-05-20 16:20:55 +02:00
parent ce2e18f01a
commit 407a7d6991
1 changed files with 1 additions and 1 deletions

View File

@ -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);