gotrip-fx-transaction-form 1.0.93 → 1.0.94

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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -73818,7 +73818,8 @@ const gVe = Sc().shape({
73818
73818
  ft && be(ft);
73819
73819
  }, []);
73820
73820
  const [me, We] = pt(), Y = Ot(() => {
73821
- if (!(me != null && me.settings)) return yh({ items: [] });
73821
+ if (!(me != null && me.settings))
73822
+ return yh({ items: [] });
73822
73823
  const _e = me.settings.availableCurrencies || [];
73823
73824
  return yh({
73824
73825
  items: l.filter((ft) => _e.includes(ft)).map((ft) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gotrip-fx-transaction-form",
3
- "version": "1.0.93",
3
+ "version": "1.0.94",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",