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.
- package/index.js +2 -1
- 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))
|
|
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) => ({
|