Fixing a PropType
This commit is contained in:
parent
3f944ee936
commit
0ec450b144
|
@ -26,7 +26,7 @@ class Item extends React.PureComponent {
|
|||
displayWidth: PropTypes.number,
|
||||
visible: PropTypes.bool.isRequired,
|
||||
autoplay: PropTypes.bool,
|
||||
noDescriptionTitle: PropTypes.object,
|
||||
noDescriptionTitle: PropTypes.string,
|
||||
};
|
||||
|
||||
static defaultProps = {
|
||||
|
|
Loading…
Reference in New Issue