mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +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,
|
||||
checked: PropTypes.bool
|
||||
};
|
||||
CheckboxLabel.defaultProps = {
|
||||
label: '',
|
||||
link: '',
|
||||
href: '',
|
||||
checked: false
|
||||
};
|
||||
|
||||
export default CheckboxLabel;
|
||||
|
|
|
|||
Loading…
Reference in a new issue