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
|
-
|
|
198
|
-
return ""
|
|
197
|
+
// return `${estimateFee?.feeDetail?.length}-${amountError}-${recipientAddressError}`;
|
|
198
|
+
return "fhwefhwe";
|
|
199
199
|
}, [estimateFee, amountError, recipientAddressError]);
|
|
200
200
|
var clearValues = function () {
|
|
201
201
|
setSelectedToken(undefined);
|