correct proptype

This commit is contained in:
Ben Wheeler 2019-07-26 14:12:56 -04:00
parent 150201f8d0
commit 29ea00ab3c

View file

@ -41,7 +41,7 @@ const GenderOption = ({
GenderOption.propTypes = {
label: PropTypes.string,
onSetFieldValue: PropTypes.function,
onSetFieldValue: PropTypes.func,
selectedValue: PropTypes.string,
value: PropTypes.string
};