diff --git a/src/coupon-cell/index.tsx b/src/coupon-cell/index.tsx index 86e3b3d59..368758649 100644 --- a/src/coupon-cell/index.tsx +++ b/src/coupon-cell/index.tsx @@ -30,9 +30,7 @@ function formatValue(props: CouponCellProps) { if (isDef(coupon.value)) { ({ value } = coupon); - } - - if (isDef(coupon.denominations)) { + } else if (isDef(coupon.denominations)) { value = coupon.denominations; } diff --git a/src/coupon-list/test/__snapshots__/index.spec.js.snap b/src/coupon-list/test/__snapshots__/index.spec.js.snap index 1c6330ea1..614ef278f 100644 --- a/src/coupon-list/test/__snapshots__/index.spec.js.snap +++ b/src/coupon-list/test/__snapshots__/index.spec.js.snap @@ -54,6 +54,15 @@ exports[`render coupon cell with coupon 1`] = ` `; + +exports[`render coupon cell with zero discount 1`] = ` +