From e026a5614d275b53f53ca6bb3137dffc6dc6d8e3 Mon Sep 17 00:00:00 2001 From: Lindy <33708359+Lindysen@users.noreply.github.com> Date: Fri, 18 Sep 2020 11:29:34 +0800 Subject: [PATCH] fix(CouponCell): discounted value (#7196) * fix(CouponCell): discounted value * feat(CouponCell): add unit test * feat(CouponCell): add unit test --- src/coupon-cell/index.tsx | 4 +--- .../test/__snapshots__/index.spec.js.snap | 9 +++++++++ src/coupon-list/test/index.spec.js | 16 ++++++++++++++++ 3 files changed, 26 insertions(+), 3 deletions(-) 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`] = ` +