ywana-core8 0.0.215 → 0.0.216

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.
@@ -1564,8 +1564,8 @@ var DataTableCell = function DataTableCell(_ref4) {
1564
1564
  };
1565
1565
 
1566
1566
  return column.type === TYPES.ENTITY ? /*#__PURE__*/React.createElement(EntityCellViewer, {
1567
- id: id,
1568
- item: item,
1567
+ id: column.id,
1568
+ item: column.item,
1569
1569
  value: cell
1570
1570
  }) : /*#__PURE__*/React.createElement("td", {
1571
1571
  key: column.id,