@undp/carbon-library 1.0.53 → 1.0.54

Sign up to get free protection for your applications and to get access to all the features.
package/dist/esm/index.js CHANGED
@@ -1753,7 +1753,7 @@ var CompanyProfileComponent = function (props) {
1753
1753
  React.createElement(Row, { className: "field" },
1754
1754
  React.createElement(Col, { span: 12, className: "field-key" }, t("companyProfile:creditBalance")),
1755
1755
  React.createElement(Col, { span: 12, className: "field-value" }, companyDetails.creditBalance
1756
- ? companyDetails.creditBalance
1756
+ ? addCommSep(companyDetails.creditBalance)
1757
1757
  : "-")),
1758
1758
  parseInt(companyDetails.state) === 0 ? (React.createElement(Row, { className: "field" },
1759
1759
  React.createElement(Col, { span: 12, className: "field-key" }, t("companyProfile:remarks")),
@@ -5361,7 +5361,7 @@ var UserProfileComponent = function (props) {
5361
5361
  React.createElement(Row, { className: "field" },
5362
5362
  React.createElement(Col, { span: 12, className: "field-key" }, t("userProfile:creditBalance")),
5363
5363
  React.createElement(Col, { span: 12, className: "field-value" }, organisationDetails.creditBalance
5364
- ? organisationDetails.creditBalance
5364
+ ? addCommSep(organisationDetails.creditBalance)
5365
5365
  : "-")))))))))));
5366
5366
  };
5367
5367