@visns-studio/visns-components 1.4.14 → 1.4.15

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.
@@ -612,6 +612,8 @@ const DataGrid = forwardRef(
612
612
  if (data.postcode) {
613
613
  value += `${data.postcode} `;
614
614
  }
615
+
616
+ return <span>{value}</span>;
615
617
  },
616
618
  };
617
619
  case "age":
package/package.json CHANGED
@@ -35,7 +35,7 @@
35
35
  "react-dom": "^17.0.1"
36
36
  },
37
37
  "name": "@visns-studio/visns-components",
38
- "version": "1.4.14",
38
+ "version": "1.4.15",
39
39
  "description": "Various packages to assist in the development of our Custom Applications.",
40
40
  "main": "index.js",
41
41
  "devDependencies": {},