defaultProps removed

This commit is contained in:
svetlagasheva 2019-01-25 11:26:06 +02:00
parent 1cb5c9c928
commit 897af5a008

View file

@ -24,11 +24,5 @@ CheckboxLabel.propTypes = {
href: PropTypes.string,
checked: PropTypes.bool
};
CheckboxLabel.defaultProps = {
label: '',
link: '',
href: '',
checked: false
};
export default CheckboxLabel;