mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
removed extra, unused value prop
This commit is contained in:
parent
12c41251c1
commit
8a70529692
1 changed files with 1 additions and 2 deletions
|
@ -52,8 +52,7 @@ FormikCheckboxSubComponent.propTypes = {
|
|||
value: PropTypes.bool
|
||||
}),
|
||||
id: PropTypes.string,
|
||||
label: PropTypes.string,
|
||||
value: PropTypes.oneOfType([PropTypes.number, PropTypes.string])
|
||||
label: PropTypes.string
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue