Fixed issue with proptype in PlaceholderLayout
• Fixed: - issue with proptype in PlaceholderLayout
This commit is contained in:
parent
47415f4602
commit
b6f7321c23
|
@ -46,7 +46,7 @@ PlaceholderLayout.propTypes = {
|
|||
children: PropTypes.node,
|
||||
intl: PropTypes.object.isRequired,
|
||||
theme: PropTypes.string.isRequired,
|
||||
viewBox: PropTypes.object.isRequired,
|
||||
viewBox: PropTypes.string.isRequired,
|
||||
}
|
||||
|
||||
export default injectIntl(connect(mapStateToProps)(PlaceholderLayout))
|
||||
|
|
Loading…
Reference in New Issue