@mx-cartographer/experiences 6.11.1-alpha.mega1 → 6.11.1-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 CHANGED
@@ -12864,7 +12864,9 @@ const Gm = (e, n) => {
12864
12864
  } = ot(), { user: f } = kt(), [E, b] = h.useState(!1), S = !_?.guid, A = _?.track_type === K.SAVINGS_TRACK && _.is_complete && !_.has_been_spent, v = h.useMemo(() => {
12865
12865
  const L = S ? d : u;
12866
12866
  return n.filter((U) => L.some((ee) => ee.account_guid === U.guid));
12867
- }, [S, n, d, u]), w = h.useMemo(() => {
12867
+ }, [S, n, d, u]);
12868
+ console.log(v, n, d, u);
12869
+ const w = h.useMemo(() => {
12868
12870
  if (!_) return !1;
12869
12871
  const { account_guid: L, track_type: U, name: ee, amount: _e, retirement_age: te } = _;
12870
12872
  return U === K.SAVINGS_TRACK ? L ? !!ee && !!_e : !1 : U === K.RETIREMENT_TRACK ? v.length ? !!ee && !!_e && !!te && !!f.birthday : !1 : (U === K.DEBT_TRACK, !0);