@aclymatepackages/modules 2.1.15 → 2.1.16

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.
@@ -63,9 +63,9 @@ const PdlCompanySelect = _ref2 => {
63
63
  name: selectedCompanyName
64
64
  } = matchingCompanies.find(_ref3 => {
65
65
  let {
66
- meta
66
+ id
67
67
  } = _ref3;
68
- return selectedCompanyId === meta.id;
68
+ return selectedCompanyId === id;
69
69
  }) || {};
70
70
  return /*#__PURE__*/_react.default.createElement(_material.Grid, {
71
71
  container: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aclymatepackages/modules",
3
- "version": "2.1.15",
3
+ "version": "2.1.16",
4
4
  "description": "Aclymate modules",
5
5
  "author": "William Loopesko",
6
6
  "main": "dist/index.js",
@@ -56,7 +56,7 @@ const PdlCompanySelect = ({
56
56
  };
57
57
 
58
58
  const { name: selectedCompanyName } =
59
- matchingCompanies.find(({ meta }) => selectedCompanyId === meta.id) || {};
59
+ matchingCompanies.find(({ id }) => selectedCompanyId === id) || {};
60
60
 
61
61
  return (
62
62
  <Grid container spacing={2} direction="column">