gearboxdownloadmodal 5.0.23 → 5.0.24
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 +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6186,7 +6186,7 @@ const gs = [
|
|
|
6186
6186
|
const j = async () => {
|
|
6187
6187
|
z(!0);
|
|
6188
6188
|
const w = await ds(e, i);
|
|
6189
|
-
w != null && w.networks || (w.networks = gs), h(w)
|
|
6189
|
+
w != null && w.networks || (w.networks = gs), h(w);
|
|
6190
6190
|
}, Y = (w) => {
|
|
6191
6191
|
v(w);
|
|
6192
6192
|
}, E = (w) => {
|
|
@@ -6229,7 +6229,7 @@ const gs = [
|
|
|
6229
6229
|
}) : x(w), z(!1);
|
|
6230
6230
|
}, f = async () => await fs(r, i);
|
|
6231
6231
|
return we(() => {
|
|
6232
|
-
o || (h(null), q(null), x(null), d(null)), o && n === "Playable" ? (j(), K(null), Ae(!1)) : o && n === "Flex" && W().then((w) => {
|
|
6232
|
+
o || (h(null), q(null), x(null), d(null)), o && n === "Playable" ? (j(), K(null), z(!1), Ae(!1)) : o && n === "Flex" && W().then((w) => {
|
|
6233
6233
|
Ae(!1), f().then((X) => {
|
|
6234
6234
|
o && (K(X), Ae(!1), q(X));
|
|
6235
6235
|
});
|