@mx-cartographer/experiences 5.3.1-alpha.mega18 → 5.3.1-alpha.mega19
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 +1 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4979,9 +4979,7 @@ class Cf {
|
|
|
4979
4979
|
gA(i)
|
|
4980
4980
|
);
|
|
4981
4981
|
F(() => {
|
|
4982
|
-
this.
|
|
4983
|
-
(r) => !r.accountIsClosed
|
|
4984
|
-
);
|
|
4982
|
+
this.transactions = this.augmentTransactions(n);
|
|
4985
4983
|
});
|
|
4986
4984
|
} catch (n) {
|
|
4987
4985
|
console.error(`Error occurred while loading transactions: ${n}`);
|