@visns-studio/visns-components 1.0.17 → 1.0.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.
@@ -374,8 +374,8 @@ const DataGrid = (props) => {
374
374
  }
375
375
  }, "");
376
376
 
377
- if (value && value.created_by) {
378
- value = moment(value.created_by).format('DD-MM-YYYY');
377
+ if (value && value.name) {
378
+ value = value.name
379
379
  }
380
380
 
381
381
  return <span>{value}</span>;
package/package.json CHANGED
@@ -32,7 +32,7 @@
32
32
  "react-dom": ">=18.2.0"
33
33
  },
34
34
  "name": "@visns-studio/visns-components",
35
- "version": "1.0.17",
35
+ "version": "1.0.18",
36
36
  "description": "Various packages to assist in the development of our Custom Applications.",
37
37
  "main": "index.js",
38
38
  "devDependencies": {},