@tripian/react 6.2.4 → 6.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/min.css +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -69584,7 +69584,7 @@ var CouponCard = function (_a) {
|
|
|
69584
69584
|
react_1.default.createElement("span", null,
|
|
69585
69585
|
coupon.currency,
|
|
69586
69586
|
"$"),
|
|
69587
|
-
react_1.default.createElement("span", null, coupon.
|
|
69587
|
+
react_1.default.createElement("span", null, coupon.balance)),
|
|
69588
69588
|
react_1.default.createElement("div", { className: CouponCard_scss_1.default.couponButtonContent },
|
|
69589
69589
|
react_1.default.createElement(Button_1.default, { className: CouponCard_scss_1.default.couponButton, color: "primary", text: "View Offers", onClick: function () { return viewOffersClicked(); } })))));
|
|
69590
69590
|
};
|