Skip to content

Commit

Permalink
Merge pull request dozoisch#51 from Pavek/patch-1
Browse files Browse the repository at this point in the history
Fixed PropTypes warning due to extra space
  • Loading branch information
dozoisch committed Jun 30, 2017
2 parents ec682c3 + bd780ee commit 8932900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recaptcha.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ReCAPTCHA.propTypes = {
onExpired: PropTypes.func,
size: PropTypes.oneOf(["compact", "normal", "invisible"]),
stoken: PropTypes.string,
badge: PropTypes.oneOf(["bottomright", "bottomleft ", "inline"]),
badge: PropTypes.oneOf(["bottomright", "bottomleft", "inline"]),
};
ReCAPTCHA.defaultProps = {
theme: "light",
Expand Down

0 comments on commit 8932900

Please sign in to comment.