ublo-lib 1.1.13 → 1.1.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.
@@ -367,7 +367,7 @@ const SkiPass = ({
367
367
  }), _jsx("div", {
368
368
  className: styles.label,
369
369
  children: messages.filters
370
- }), activities?.length > 1 && _jsx(MutlipleSelect, {
370
+ }), activities?.length > 0 && _jsx(MutlipleSelect, {
371
371
  placeholder: "Selectionnez une ou plusieurs options",
372
372
  label: messages.activities,
373
373
  options: activities,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^2.1.0",
6
6
  "next": "^12.0.0",