@thecb/components 4.1.32-beta.0 → 4.1.32-beta.1
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
|
@@ -34768,9 +34768,9 @@ var EditableList = function EditableList(_ref) {
|
|
|
34768
34768
|
toggleModal = _useState2[1];
|
|
34769
34769
|
|
|
34770
34770
|
return /*#__PURE__*/React__default.createElement(EditableListItem, {
|
|
34771
|
-
listItemSize: !!item.id && autoPayMethods.some(function (methodID) {
|
|
34771
|
+
listItemSize: !!item.id && (autoPayMethods === null || autoPayMethods === void 0 ? void 0 : autoPayMethods.some(function (methodID) {
|
|
34772
34772
|
return methodID === item.id;
|
|
34773
|
-
}) ? "big" : listItemSize,
|
|
34773
|
+
})) ? "big" : listItemSize,
|
|
34774
34774
|
key: item.id || item
|
|
34775
34775
|
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
34776
34776
|
variant: "p",
|
package/package.json
CHANGED