fix prop type error
This commit is contained in:
parent
69ab2e44fb
commit
87a1661cdc
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function TypeDeChampCarteOptions({ isVisible, children }) {
|
||||||
|
|
||||||
TypeDeChampCarteOptions.propTypes = {
|
TypeDeChampCarteOptions.propTypes = {
|
||||||
isVisible: PropTypes.bool,
|
isVisible: PropTypes.bool,
|
||||||
children: PropTypes.array
|
children: PropTypes.node
|
||||||
};
|
};
|
||||||
|
|
||||||
export default TypeDeChampCarteOptions;
|
export default TypeDeChampCarteOptions;
|
||||||
|
|
Loading…
Reference in a new issue