diff --git a/app/src/components/VideoContainers/VideoView.js b/app/src/components/VideoContainers/VideoView.js index 7bbe6fa..3237a9d 100644 --- a/app/src/components/VideoContainers/VideoView.js +++ b/app/src/components/VideoContainers/VideoView.js @@ -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);