mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-28 13:33:53 +00:00
Set VideoView/netInfo prop as not required
This commit is contained in:
parent
ce2e18f01a
commit
407a7d6991
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue