mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-29 03:13:57 +00:00
defaultProps removed
This commit is contained in:
parent
1cb5c9c928
commit
897af5a008
1 changed files with 0 additions and 6 deletions
|
|
@ -24,11 +24,5 @@ CheckboxLabel.propTypes = {
|
||||||
href: PropTypes.string,
|
href: PropTypes.string,
|
||||||
checked: PropTypes.bool
|
checked: PropTypes.bool
|
||||||
};
|
};
|
||||||
CheckboxLabel.defaultProps = {
|
|
||||||
label: '',
|
|
||||||
link: '',
|
|
||||||
href: '',
|
|
||||||
checked: false
|
|
||||||
};
|
|
||||||
|
|
||||||
export default CheckboxLabel;
|
export default CheckboxLabel;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue