tg-core-components 6.3.4-3.6 → 6.3.4-3.8
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.
|
@@ -255,8 +255,13 @@ var DefaultTimespan = function DefaultTimespan(_ref10) {
|
|
|
255
255
|
|
|
256
256
|
useEffect(function () {
|
|
257
257
|
if (newLimit) {
|
|
258
|
+
var _console, _console2;
|
|
259
|
+
|
|
258
260
|
setValue(newLimit.Amount);
|
|
259
|
-
console.log(getValues(maxAmounts, currency, timespan));
|
|
261
|
+
(_console = console).log.apply(_console, _toConsumableArray(getValues(maxAmounts, currency, timespan)));
|
|
262
|
+
(_console2 = console).log.apply(_console2, _toConsumableArray(getValues(newLimit.MaxAmount, currency, timespan)));
|
|
263
|
+
console.log(maxAmounts);
|
|
264
|
+
console.log(values);
|
|
260
265
|
}
|
|
261
266
|
}, [newLimit]);
|
|
262
267
|
|
|
@@ -286,8 +286,13 @@ var DefaultTimespan = function DefaultTimespan(_ref10) {
|
|
|
286
286
|
|
|
287
287
|
(0, _react.useEffect)(function () {
|
|
288
288
|
if (newLimit) {
|
|
289
|
+
var _console, _console2;
|
|
290
|
+
|
|
289
291
|
setValue(newLimit.Amount);
|
|
290
|
-
console.log((0, _helpers.getValues)(maxAmounts, currency, timespan));
|
|
292
|
+
(_console = console).log.apply(_console, _toConsumableArray((0, _helpers.getValues)(maxAmounts, currency, timespan)));
|
|
293
|
+
(_console2 = console).log.apply(_console2, _toConsumableArray((0, _helpers.getValues)(newLimit.MaxAmount, currency, timespan)));
|
|
294
|
+
console.log(maxAmounts);
|
|
295
|
+
console.log(values);
|
|
291
296
|
}
|
|
292
297
|
}, [newLimit]);
|
|
293
298
|
|