@mx-cartographer/experiences 6.13.0 → 6.13.1

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.12.2] - 07-01-2025
2
+
3
+ - **Fixed** - Empty account section headers being displayed
4
+
1
5
  ## [6.12.1] - 07-01-2025
2
6
 
3
7
  - **Fixed** - Hidden account transaction still showing until refresh
package/dist/index.es.js CHANGED
@@ -20599,7 +20599,7 @@ const Ta = ({
20599
20599
  (v, w) => (w.available_balance || w.balance || 0) + v,
20600
20600
  0
20601
20601
  );
20602
- return /* @__PURE__ */ t(
20602
+ return S.length === 0 ? null : /* @__PURE__ */ t(
20603
20603
  ne,
20604
20604
  {
20605
20605
  "aria-label": i.account_type_accounts[S[0]?.account_type],