@undp/carbon-library 1.0.285-CARBON-347.1 → 1.0.285-CARBON-347.2

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -16592,7 +16592,9 @@ var InvestmentCreationComponent = function (props) {
16592
16592
  return (React.createElement(antd.Row, { className: "row", gutter: [16, 16] },
16593
16593
  React.createElement(antd.Col, { xl: 8, md: 15 },
16594
16594
  React.createElement("div", { className: "label" },
16595
- companyNames[Number(companyId)],
16595
+ govData.companyId == companyId
16596
+ ? govData.name
16597
+ : companyNames[Number(companyId)],
16596
16598
  React.createElement("span", { className: "required-mark" }, "*"))),
16597
16599
  React.createElement(antd.Col, { xl: 8, md: 9 },
16598
16600
  React.createElement(antd.Form.Item, { className: "inline", name: ["percentage", index], initialValue: 0, rules: [