oa-componentbook 0.18.243 → 0.18.244

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.
@@ -118,7 +118,7 @@ function CustomTable(_ref) {
118
118
  return false;
119
119
  };
120
120
  const getContentToBeRender = (columnsData, row) => {
121
- if (columnsData.dataIndex) {
121
+ if (columnsData.dataIndex && row[columnsData.dataIndex]) {
122
122
  return row[columnsData.dataIndex];
123
123
  }
124
124
  if (columnsData.render) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oa-componentbook",
3
- "version": "0.18.243",
3
+ "version": "0.18.244",
4
4
  "private": false,
5
5
  "description": "Reusable components",
6
6
  "main": "build/index.js",