@thecb/components 9.1.2 → 9.1.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.
package/dist/index.esm.js CHANGED
@@ -26631,7 +26631,7 @@ var LineItem = function LineItem(_ref) {
26631
26631
  };
26632
26632
 
26633
26633
  var visibleCustomAttrs = customAttributes === null || customAttributes === void 0 ? void 0 : (_customAttributes$fil = customAttributes.filter(function (attr) {
26634
- return visibleFields.includes(attr.key) && attr.key !== "description";
26634
+ return (visibleFields === null || visibleFields === void 0 ? void 0 : visibleFields.includes(attr.key)) && attr.key !== "description";
26635
26635
  })) === null || _customAttributes$fil === void 0 ? void 0 : _customAttributes$fil.map(function (attr) {
26636
26636
  return /*#__PURE__*/React.createElement(Paragraph$1, {
26637
26637
  variant: "pS",