@hestia-earth/ui-components 0.0.19 → 0.0.20

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.
@@ -6663,7 +6663,7 @@
6663
6663
  },
6664
6664
  _f['must contain as many items as values'] = function (_f) {
6665
6665
  var params = _f.params, dataPath = _f.dataPath;
6666
- return "The number of " + dataPath.split('.').pop + " must match the number of values.\n Currently there are " + (params === null || params === void 0 ? void 0 : params.current) + " dates but " + (params === null || params === void 0 ? void 0 : params.expected) + " values.";
6666
+ return "The number of " + dataPath.split('.').pop() + " must match the number of values.\n Currently there are " + (params === null || params === void 0 ? void 0 : params.current) + " dates but " + (params === null || params === void 0 ? void 0 : params.expected) + " values.";
6667
6667
  },
6668
6668
  _f['is too generic'] = function (_f) {
6669
6669
  var params = _f.params;