Skip to content

Commit

Permalink
fix: Silence old warning on CouponForm
Browse files Browse the repository at this point in the history
  • Loading branch information
julianajlk committed Apr 24, 2024
1 parent effb1ed commit 923636c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payment/cart/CouponForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class CouponForm extends Component {

return (
<form onSubmit={this.handleAddSubmit} className="summary-row d-flex align-items-end">
<Form.Group controlId={id} invalid={false} className="mb-0 mr-2">
<Form.Group controlId={id} invalid={false.toString()} className="mb-0 mr-2">
<label className="h6 d-block" htmlFor={id}>
<FormattedMessage
id="payment.coupon.label"
Expand Down

0 comments on commit 923636c

Please sign in to comment.