tg-core-components 6.1.3-crypto.10 → 6.1.3-crypto.11

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.
@@ -108,8 +108,8 @@ var DepositWidget = function (_Component) {
108
108
  providerType: selectedMethod.providerType,
109
109
  lastDepositAmount: paymentStats.LastDepositAmount,
110
110
  remainingDepositLimit: remainingDepositLimit,
111
- methodMin: selectedMethod.limit.min,
112
- methodMax: selectedMethod.limit.max,
111
+ methodMin: selectedMethod.limit?.min,
112
+ methodMax: selectedMethod.limit?.max,
113
113
  customAmount: selectedMethodDetail && selectedMethodDetail.customAmounts,
114
114
  cancelWithdrawalAmount: selectedMethod.amount,
115
115
  spainRemainingDepositAmount: _this.getSpainRemainingDepositAmount()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tg-core-components",
3
- "version": "6.1.3-crypto.10",
3
+ "version": "6.1.3-crypto.11",
4
4
  "description": "tg-core-components",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",