tek-wallet 0.0.339 → 0.0.340
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.
|
@@ -394,10 +394,8 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
|
|
|
394
394
|
console.warn("external");
|
|
395
395
|
}
|
|
396
396
|
else {
|
|
397
|
-
|
|
398
|
-
setRecipientAddress(tonTransferParam === null || tonTransferParam === void 0 ? void 0 : tonTransferParam.address);
|
|
397
|
+
setInfoDialogContent("Unsupported QR");
|
|
399
398
|
setRecipientAddressError("Invalid wallet address");
|
|
400
|
-
gotoStep(WithdrawStep.SELECT_TOKEN);
|
|
401
399
|
}
|
|
402
400
|
_f.label = 2;
|
|
403
401
|
case 2: return [2 /*return*/];
|