tg-core-components 6.3.4-3.24 → 6.3.4-3.25
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.
|
@@ -141,7 +141,7 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
|
|
|
141
141
|
tooltipOpen: normalizedLimits.tooltipOpen
|
|
142
142
|
}),
|
|
143
143
|
React.createElement(LimitContent, _extends({
|
|
144
|
-
onSubmitLimits: onSubmitLimits(normalizedLimits.type, normalizedLimits.product
|
|
144
|
+
onSubmitLimits: onSubmitLimits(normalizedLimits.type, normalizedLimits.product),
|
|
145
145
|
onChangeLimit: onChangeLimit(normalizedLimits.type, normalizedLimits.product, normalizedLimits.maxAmounts),
|
|
146
146
|
hideSubmit: hideSubmit,
|
|
147
147
|
onConfirmLimit: onConfirmLimit,
|
|
@@ -184,7 +184,7 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
|
|
|
184
184
|
tooltipOpen: normalizedLimits.tooltipOpen
|
|
185
185
|
}),
|
|
186
186
|
_react2.default.createElement(LimitContent, _extends({
|
|
187
|
-
onSubmitLimits: onSubmitLimits(normalizedLimits.type, normalizedLimits.product
|
|
187
|
+
onSubmitLimits: onSubmitLimits(normalizedLimits.type, normalizedLimits.product),
|
|
188
188
|
onChangeLimit: onChangeLimit(normalizedLimits.type, normalizedLimits.product, normalizedLimits.maxAmounts),
|
|
189
189
|
hideSubmit: hideSubmit,
|
|
190
190
|
onConfirmLimit: onConfirmLimit,
|