Skip to content

Commit

Permalink
fix: eliminate lint issues in StripePaymentInput
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Norman <spencern@gmail.com>
  • Loading branch information
spencern committed Nov 27, 2019
1 parent a6b108b commit fac9451
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ class StripePaymentInput extends Component {
* and `amount` properties.
*/
onSubmit: PropTypes.func,
/**
* The text for the "Your Information is private and secure." caption text.
*/
secureCaptionText: PropTypes.string,
/**
* The text for the "Your Information is private and secure." caption text.
*/
secureCaptionText: PropTypes.string
};

static defaultProps = {
onReadyForSaveChange() {},
onSubmit() {},
secureCaptionText: "Your Information is private and secure.",
secureCaptionText: "Your Information is private and secure."
};

componentDidMount() {
Expand Down

0 comments on commit fac9451

Please sign in to comment.