From 6aefd626619f54f48b8d06bd58dac036d239539e Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Sun, 28 Jan 2024 17:45:40 +0000 Subject: [PATCH] chore: clean up --- src/pages/coupon-fraud/index.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/pages/coupon-fraud/index.tsx b/src/pages/coupon-fraud/index.tsx index 2c97b28b..443d0343 100644 --- a/src/pages/coupon-fraud/index.tsx +++ b/src/pages/coupon-fraud/index.tsx @@ -86,7 +86,13 @@ export default function CouponFraudUseCase({ embed }: CustomPageProps) {
-
+ { + e.preventDefault(); + claimCoupon({ couponCode }); + }} + className={classNames(formStyles.useCaseForm, styles.couponFraudForm)} + >

Do you have a coupon? Apply to get a discount!

-