@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/esm/index.js CHANGED
@@ -16571,7 +16571,9 @@ var InvestmentCreationComponent = function (props) {
16571
16571
  return (React.createElement(Row, { className: "row", gutter: [16, 16] },
16572
16572
  React.createElement(Col, { xl: 8, md: 15 },
16573
16573
  React.createElement("div", { className: "label" },
16574
- companyNames[Number(companyId)],
16574
+ govData.companyId == companyId
16575
+ ? govData.name
16576
+ : companyNames[Number(companyId)],
16575
16577
  React.createElement("span", { className: "required-mark" }, "*"))),
16576
16578
  React.createElement(Col, { xl: 8, md: 9 },
16577
16579
  React.createElement(Form.Item, { className: "inline", name: ["percentage", index], initialValue: 0, rules: [