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,
|
children: PropTypes.node,
|
||||||
active: PropTypes.bool,
|
active: PropTypes.bool,
|
||||||
hideHeadingOnMobile: PropTypes.bool,
|
hideHeadingOnMobile: PropTypes.bool,
|
||||||
backBtnSlim: PropTypes.string,
|
backBtnSlim: PropTypes.bool,
|
||||||
};
|
};
|
||||||
|
|
||||||
render () {
|
render () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user