@omniumretail/component-library 1.3.17 → 1.3.18

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.
@@ -25075,7 +25075,7 @@ const ResponsiveTable = (props) => {
25075
25075
  if (isSelected2) {
25076
25076
  const selectedCell = selectedCells[cellIndex2];
25077
25077
  const cellColor = selectedCell?.value?.color || selectedCellColor;
25078
- return /* @__PURE__ */ jsx(Tag, { color: cellColor, style: { margin: -4 }, children: "X" });
25078
+ return /* @__PURE__ */ jsx(Tag, { color: cellColor, style: { margin: -4 }, children: originalCellContent2.type });
25079
25079
  }
25080
25080
  if (originalCellContent2) {
25081
25081
  return /* @__PURE__ */ jsx(Tag, { color: originalCellContent2.color, style: { margin: -4 }, children: originalCellContent2.type });