tek-wallet 0.0.336 → 0.0.338

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.
@@ -332,12 +332,12 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
332
332
  console.warn("🚀 ~ handleSelectToken ~ token:", token);
333
333
  setSelectedToken(token);
334
334
  if (!!token) {
335
- if (selectedMethod === SendMethods.TRANSFER_EXTERNAL) {
336
- gotoStep(WithdrawStep.SELECT_NETWORK);
337
- }
338
- else if (selectedMethod === SendMethods.TRANSFER_INTERNAL) {
335
+ if (selectedMethod === SendMethods.TRANSFER_INTERNAL) {
339
336
  gotoStep(WithdrawStep.CONFIRM);
340
337
  }
338
+ else {
339
+ gotoStep(WithdrawStep.SELECT_NETWORK);
340
+ }
341
341
  }
342
342
  };
343
343
  var handleSelectNetwork = function (network) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.336",
3
+ "version": "0.0.338",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",