Skip to content

Commit 8932900

Browse files
authored
Merge pull request dozoisch#51 from Pavek/patch-1
Fixed PropTypes warning due to extra space
2 parents ec682c3 + bd780ee commit 8932900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/recaptcha.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ReCAPTCHA.propTypes = {
9898
onExpired: PropTypes.func,
9999
size: PropTypes.oneOf(["compact", "normal", "invisible"]),
100100
stoken: PropTypes.string,
101-
badge: PropTypes.oneOf(["bottomright", "bottomleft ", "inline"]),
101+
badge: PropTypes.oneOf(["bottomright", "bottomleft", "inline"]),
102102
};
103103
ReCAPTCHA.defaultProps = {
104104
theme: "light",

0 commit comments

Comments
 (0)