diff --git a/src/components/CheckoutForm/CheckoutForm.tsx b/src/components/CheckoutForm/CheckoutForm.tsx index 46508cb40..ae5f4290f 100644 --- a/src/components/CheckoutForm/CheckoutForm.tsx +++ b/src/components/CheckoutForm/CheckoutForm.tsx @@ -24,7 +24,7 @@ type Props = { onRedeemCouponButtonClick: () => void; onCloseCouponFormClick: () => void; couponFormOpen: boolean; - couponFormError?: boolean; + couponFormError?: string; couponFormApplied?: boolean; couponFormSubmitting?: boolean; couponInputValue: string; @@ -99,8 +99,8 @@ const CheckoutForm: React.FC = ({ />