@mx-cartographer/experiences 6.26.28 → 6.26.29
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/CHANGELOG.md +4 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.es.js
CHANGED
@@ -9906,7 +9906,7 @@ const Tm = {
|
|
9906
9906
|
H(e.minimum_payment, "0,0.00"),
|
9907
9907
|
de(c, ie.FULL_MONTH_DAY)
|
9908
9908
|
) });
|
9909
|
-
} else e.credit_limit && (o = n.available_credit, r = H(e.credit_limit, "0,0.00"));
|
9909
|
+
} else e.credit_limit && (o = n.available_credit, r = H(e.credit_limit - (e?.balance ?? 0), "0,0.00"));
|
9910
9910
|
}
|
9911
9911
|
return {
|
9912
9912
|
firstSubtitle: i,
|