@credithub/harlan-components 1.97.1 → 1.97.3

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.
@@ -128,7 +128,7 @@ var Protestos = function () {
128
128
  ].sort(function (a, b) { return b.total - a.total; });
129
129
  var children = registros ? (React.createElement(ResultProtestos, null, elements.map(function (_a, i) {
130
130
  var element = _a.element;
131
- return (React.createElement(React.Fragment, { key: i }, element));
131
+ return (React.createElement("div", { key: i }, element));
132
132
  }))) : null;
133
133
  var variant = registros ? 'error' : 'default';
134
134
  return {