tek-wallet 0.0.305 → 0.0.306
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.
|
@@ -206,6 +206,10 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
|
|
|
206
206
|
};
|
|
207
207
|
var handleBack = function () {
|
|
208
208
|
var _a;
|
|
209
|
+
if (currentStep === WithdrawStep.CONFIRM &&
|
|
210
|
+
selectedMethod === SendMethods.TRANSFER_INTERNAL) {
|
|
211
|
+
gotoStep(WithdrawStep.SELECT_TOKEN);
|
|
212
|
+
}
|
|
209
213
|
(_a = swiperRef.current) === null || _a === void 0 ? void 0 : _a.prev();
|
|
210
214
|
setCurrentStep(function (prev) { return prev - 1; });
|
|
211
215
|
};
|