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(newLimit.maxAmounts, currency, timespan));
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)(newLimit.maxAmounts, currency, timespan));
290
+ console.log((0, _helpers.getValues)(maxAmounts, currency, timespan));
291
291
  }
292
292
  }, [newLimit]);
293
293
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tg-core-components",
3
- "version": "6.3.4-3.5",
3
+ "version": "6.3.4-3.6",
4
4
  "description": "tg-core-components",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",