@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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## [6.11.1] - 07-01-2025
2
+
3
+ - **Fixed** - Hidden account transaction still showing until refresh
4
+
1
5
  ## [6.11.0] - 07-01-2025
2
6
 
3
7
  - **Fixed** - `RecurringTransactions.test.ts` fixed the failing test cases
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
- dateRange: { start: No, end: Do },
7669
- custom: (Wn) => !Wn.accountIsClosed && !Wn.accountIsHidden
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],