@omniumretail/component-library 1.3.20 → 1.3.21

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.
@@ -25054,7 +25054,7 @@ const ResponsiveTable = (props) => {
25054
25054
  );
25055
25055
  const isSelected2 = cellIndex2 !== -1;
25056
25056
  if (isDisabled) {
25057
- if (originalCellContent2?.type === "I") {
25057
+ if (originalCellContent2?.type) {
25058
25058
  return /* @__PURE__ */ jsx(Tag, { color: originalCellContent2.color, style: { margin: -4, cursor: "not-allowed" }, children: originalCellContent2.type });
25059
25059
  } else {
25060
25060
  return /* @__PURE__ */ jsx(