tek-wallet 0.0.100 → 0.0.101
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.
|
@@ -125,10 +125,8 @@ var CreateWalletView = function (props) {
|
|
|
125
125
|
passcode: value,
|
|
126
126
|
appSlug: process.env.NEXT_PUBLIC_TEK_WALLET_APP_SLUG || "",
|
|
127
127
|
}, function () {
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
(_a = childPageLayoutRef.current) === null || _a === void 0 ? void 0 : _a.showLoading();
|
|
131
|
-
}, 200);
|
|
128
|
+
var _a;
|
|
129
|
+
(_a = childPageLayoutRef.current) === null || _a === void 0 ? void 0 : _a.showLoading();
|
|
132
130
|
}, function () {
|
|
133
131
|
var _a;
|
|
134
132
|
(_a = childPageLayoutRef.current) === null || _a === void 0 ? void 0 : _a.showSuccess();
|