Removed unused prop key for isRequired in Bundle

• Removed:
- unused prop key for isRequired in Bundle
This commit is contained in:
mgabdev 2020-11-04 21:29:31 -06:00
parent d4129f6ad7
commit 2d6cfeedeb

@ -125,7 +125,7 @@ const mapDispatchToProps = (dispatch) => ({
})
Bundle.propTypes = {
fetchComponent: PropTypes.func.isRequired,
fetchComponent: PropTypes.func,
loading: PropTypes.func,
error: PropTypes.func,
children: PropTypes.func.isRequired,