tek-wallet 0.0.306 → 0.0.307

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.
@@ -209,6 +209,7 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
209
209
  if (currentStep === WithdrawStep.CONFIRM &&
210
210
  selectedMethod === SendMethods.TRANSFER_INTERNAL) {
211
211
  gotoStep(WithdrawStep.SELECT_TOKEN);
212
+ return;
212
213
  }
213
214
  (_a = swiperRef.current) === null || _a === void 0 ? void 0 : _a.prev();
214
215
  setCurrentStep(function (prev) { return prev - 1; });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.306",
3
+ "version": "0.0.307",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",