@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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## [6.26.29] - 09-11-2025
2
+
3
+ - **FIXED** - credit limit was shown in place of available credit in the accounts list and details
4
+
1
5
  ## [6.26.28] - 09-11-2025
2
6
 
3
7
  - **FIXED** - `NetWorth` Gains & Losses - account names preventing amounts from showing
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,