@thecb/components 10.11.2-beta.3 → 10.11.2
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.cjs.js
CHANGED
|
@@ -41714,7 +41714,7 @@ var EditableList = function EditableList(_ref) {
|
|
|
41714
41714
|
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
41715
41715
|
variant: "p",
|
|
41716
41716
|
color: CHARADE_GREY
|
|
41717
|
-
}, renderItem && typeof renderItem === "function"
|
|
41717
|
+
}, !!renderItem && typeof renderItem === "function" && renderItem(item)), /*#__PURE__*/React__default.createElement(EditableListItemControls, null, item.isPrimary && /*#__PURE__*/React__default.createElement(Text$1, {
|
|
41718
41718
|
variant: "p",
|
|
41719
41719
|
color: STORM_GREY,
|
|
41720
41720
|
extraStyles: "font-style: italic;",
|