Merge pull request #800 from lbryio/props-typo

fix typo
This commit is contained in:
Sean Yesmunt 2017-11-29 14:55:01 -05:00 committed by GitHub
commit a631af67b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ export class Form extends React.PureComponent {
}
export class FormRow extends React.PureComponent {
spropTypes = {
propTypes = {
label: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
errorMessage: PropTypes.oneOfType([PropTypes.string, PropTypes.object]),
// helper: PropTypes.html,