@mx-cartographer/experiences 6.13.0 → 6.13.1
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
|
@@ -20599,7 +20599,7 @@ const Ta = ({
|
|
|
20599
20599
|
(v, w) => (w.available_balance || w.balance || 0) + v,
|
|
20600
20600
|
0
|
|
20601
20601
|
);
|
|
20602
|
-
return /* @__PURE__ */ t(
|
|
20602
|
+
return S.length === 0 ? null : /* @__PURE__ */ t(
|
|
20603
20603
|
ne,
|
|
20604
20604
|
{
|
|
20605
20605
|
"aria-label": i.account_type_accounts[S[0]?.account_type],
|