@mx-cartographer/experiences 5.3.1-alpha.mega5 → 5.3.1-alpha.mega6

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
@@ -5168,7 +5168,7 @@ const Pe = () => {
5168
5168
  width: a = "100%",
5169
5169
  zeroState: c = /* @__PURE__ */ e(Df, {})
5170
5170
  }) => {
5171
- const { isLoading: d, sortedTransactions: f } = PA(), E = h.useMemo(() => r ? f : f.filter((y) => !y.accountIsClosed), [f, r]);
5171
+ const { isLoading: d, sortedTransactions: f } = PA(), E = h.useMemo(() => [...r ? f : f.filter((x) => !x.accountIsClosed)], [f, r]);
5172
5172
  console.log(r, E.length);
5173
5173
  const { setShowInsights: l, toggleSplit: v } = Pe(), { onEvent: u } = K(), H = (y) => {
5174
5174
  const x = E.find((w) => w.guid === y);