@mx-cartographer/experiences 6.11.1-alpha.mm0 → 6.11.1-alpha.mm1
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 +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -7665,8 +7665,8 @@ const $s = ({ transaction: e }) => {
|
|
|
7665
7665
|
const rt = o.filter((Wn) => !Wn.is_hidden), No = et(he()), Do = Qe(he());
|
|
7666
7666
|
ie(rt), ge(No, Do), S({
|
|
7667
7667
|
accounts: rt.map((Wn) => Wn.guid),
|
|
7668
|
-
|
|
7669
|
-
|
|
7668
|
+
custom: (Wn) => !Wn.accountIsClosed && !Wn.accountIsHidden,
|
|
7669
|
+
dateRange: { start: No, end: Do }
|
|
7670
7670
|
}), ot(!0), D(W.TRANSACTIONS_VIEW);
|
|
7671
7671
|
}, []), h.useEffect(() => {
|
|
7672
7672
|
$e && (S({
|
|
@@ -20499,7 +20499,7 @@ const Ta = ({
|
|
|
20499
20499
|
(v, w) => (w.available_balance || w.balance || 0) + v,
|
|
20500
20500
|
0
|
|
20501
20501
|
);
|
|
20502
|
-
return /* @__PURE__ */ t(
|
|
20502
|
+
return S.length === 0 ? null : /* @__PURE__ */ t(
|
|
20503
20503
|
ne,
|
|
20504
20504
|
{
|
|
20505
20505
|
"aria-label": i.account_type_accounts[S[0]?.account_type],
|