@mx-cartographer/experiences 6.2.9-alpha.mega1 → 6.2.9-alpha.mega2
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 +3 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -22900,7 +22900,9 @@ const l0 = ({ widgets: e, isLoading: n }) => {
|
|
22900
22900
|
i !== C ? a(C) : (a(""), r(""));
|
22901
22901
|
}, { holdings: c } = wi(), { visibleInvestmentAccounts: d } = ve(), {
|
22902
22902
|
investments: { allocation: _ }
|
22903
|
-
} = I()
|
22903
|
+
} = I();
|
22904
|
+
console.log(_, ":::investments");
|
22905
|
+
const u = h0(d, _, c), { isMobile: h } = Ee(), m = bn("(max-width:768px)");
|
22904
22906
|
return /* @__PURE__ */ t(Q, { children: /* @__PURE__ */ l(
|
22905
22907
|
y,
|
22906
22908
|
{
|