tek-wallet 0.0.328 → 0.0.329
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.
|
@@ -232,7 +232,7 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
|
|
|
232
232
|
var _a;
|
|
233
233
|
(_a = suggestUseTransferInternalDialogRef.current) === null || _a === void 0 ? void 0 : _a.close();
|
|
234
234
|
var tokenSet = findWithdrawToken((sendInfoGet === null || sendInfoGet === void 0 ? void 0 : sendInfoGet.jetton) || "");
|
|
235
|
-
console.warn("🚀 ~ handleSelectTransferInternal ~
|
|
235
|
+
console.warn("🚀 ~ handleSelectTransferInternal ~ sendInfoGet:", sendInfoGet);
|
|
236
236
|
if (!tokenSet) {
|
|
237
237
|
gotoStep(WithdrawStep.SELECT_TOKEN);
|
|
238
238
|
}
|
|
@@ -247,9 +247,9 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
|
|
|
247
247
|
var handleSelectContinueTransferExternal = function (dataPromptly) {
|
|
248
248
|
var _a;
|
|
249
249
|
var data = dataPromptly !== null && dataPromptly !== void 0 ? dataPromptly : sendInfoGet;
|
|
250
|
+
console.warn("🚀 ~ data handleSelectContinueTransferExternal:", data);
|
|
250
251
|
(_a = suggestUseTransferInternalDialogRef.current) === null || _a === void 0 ? void 0 : _a.close();
|
|
251
252
|
var tokenSet = findWithdrawToken((data === null || data === void 0 ? void 0 : data.jetton) || "");
|
|
252
|
-
console.warn("🚀 ~ handleSelectContinueTransferExternal ~ tokenSet:", tokenSet);
|
|
253
253
|
if (!tokenSet) {
|
|
254
254
|
gotoStep(WithdrawStep.SELECT_TOKEN);
|
|
255
255
|
}
|