mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
correct proptype
This commit is contained in:
parent
150201f8d0
commit
29ea00ab3c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const GenderOption = ({
|
|||
|
||||
GenderOption.propTypes = {
|
||||
label: PropTypes.string,
|
||||
onSetFieldValue: PropTypes.function,
|
||||
onSetFieldValue: PropTypes.func,
|
||||
selectedValue: PropTypes.string,
|
||||
value: PropTypes.string
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue