ublo-lib 1.47.13 → 1.47.14

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.
@@ -80,7 +80,7 @@ export default function SkiRental({ msemServicesUrl, preset, setPreset, setShowP
80
80
  const rentFrom = data.rentFrom || undefined;
81
81
  const activity = data.activity || undefined;
82
82
  const level = data.level || undefined;
83
- const productId = data.productId || undefined;
83
+ const productId = data.productId ? Number(data.productId) : undefined;
84
84
  newPreset = {
85
85
  ...current,
86
86
  presets: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.47.13",
3
+ "version": "1.47.14",
4
4
  "peerDependencies": {
5
5
  "classnames": "^2.5.1",
6
6
  "dt-design-system": "^3.12.0",