Updated column backBtnSlim prop type
This commit is contained in:
parent
57bc960da0
commit
937a7540bd
|
@ -13,7 +13,7 @@ export default class Column extends React.PureComponent {
|
|||
children: PropTypes.node,
|
||||
active: PropTypes.bool,
|
||||
hideHeadingOnMobile: PropTypes.bool,
|
||||
backBtnSlim: PropTypes.string,
|
||||
backBtnSlim: PropTypes.bool,
|
||||
};
|
||||
|
||||
render () {
|
||||
|
|
Loading…
Reference in New Issue