diff --git a/components/discount/freeRegisterCheckout.tsx b/components/discount/freeRegisterCheckout.tsx index 58283925..e2541f48 100644 --- a/components/discount/freeRegisterCheckout.tsx +++ b/components/discount/freeRegisterCheckout.tsx @@ -95,7 +95,7 @@ const FreeRegisterCheckout: FunctionComponent = ({ useEffect(() => { if (loadingCoupon || !coupon) return; refreshRewards(); - }, [loadingCoupon, coupon, refreshRewards]); + }, [loadingCoupon, coupon, refreshRewards, address]); useEffect(() => { // salt must not be empty to preserve privacy