tek-wallet 0.0.391 → 0.0.392

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.
@@ -194,8 +194,8 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
194
194
  return +amount - +(estimateFee === null || estimateFee === void 0 ? void 0 : estimateFee.feeInCurrency);
195
195
  }, [estimateFee, amount]);
196
196
  var swiperKey = (0, react_1.useMemo)(function () {
197
- var _a;
198
- return "".concat((_a = estimateFee === null || estimateFee === void 0 ? void 0 : estimateFee.feeDetail) === null || _a === void 0 ? void 0 : _a.length, "-").concat(amountError, "-").concat(recipientAddressError);
197
+ // return `${estimateFee?.feeDetail?.length}-${amountError}-${recipientAddressError}`;
198
+ return "fhwefhwe";
199
199
  }, [estimateFee, amountError, recipientAddressError]);
200
200
  var clearValues = function () {
201
201
  setSelectedToken(undefined);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.391",
3
+ "version": "0.0.392",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",