tg-core-components 6.3.4-3.5 → 6.3.4-3.6
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.
|
@@ -256,7 +256,7 @@ var DefaultTimespan = function DefaultTimespan(_ref10) {
|
|
|
256
256
|
useEffect(function () {
|
|
257
257
|
if (newLimit) {
|
|
258
258
|
setValue(newLimit.Amount);
|
|
259
|
-
console.log(getValues(
|
|
259
|
+
console.log(getValues(maxAmounts, currency, timespan));
|
|
260
260
|
}
|
|
261
261
|
}, [newLimit]);
|
|
262
262
|
|
|
@@ -287,7 +287,7 @@ var DefaultTimespan = function DefaultTimespan(_ref10) {
|
|
|
287
287
|
(0, _react.useEffect)(function () {
|
|
288
288
|
if (newLimit) {
|
|
289
289
|
setValue(newLimit.Amount);
|
|
290
|
-
console.log((0, _helpers.getValues)(
|
|
290
|
+
console.log((0, _helpers.getValues)(maxAmounts, currency, timespan));
|
|
291
291
|
}
|
|
292
292
|
}, [newLimit]);
|
|
293
293
|
|