@mx-cartographer/experiences 6.11.1-alpha.mega3 → 6.11.1-alpha.mega4
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/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -12784,7 +12784,7 @@ const Gm = (e, n) => {
|
|
|
12784
12784
|
await a(A), c(n.alert_account_added);
|
|
12785
12785
|
u({
|
|
12786
12786
|
...s,
|
|
12787
|
-
current_amount: b.reduce((A, v) => A + (v.
|
|
12787
|
+
current_amount: b.reduce((A, v) => A + (v.balance || 0), 0)
|
|
12788
12788
|
}), g(!1);
|
|
12789
12789
|
};
|
|
12790
12790
|
return /* @__PURE__ */ l(y, { children: [
|