@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/cjs/index.js CHANGED
@@ -1773,7 +1773,7 @@ var CompanyProfileComponent = function (props) {
1773
1773
  React.createElement(antd.Row, { className: "field" },
1774
1774
  React.createElement(antd.Col, { span: 12, className: "field-key" }, t("companyProfile:creditBalance")),
1775
1775
  React.createElement(antd.Col, { span: 12, className: "field-value" }, companyDetails.creditBalance
1776
- ? companyDetails.creditBalance
1776
+ ? addCommSep(companyDetails.creditBalance)
1777
1777
  : "-")),
1778
1778
  parseInt(companyDetails.state) === 0 ? (React.createElement(antd.Row, { className: "field" },
1779
1779
  React.createElement(antd.Col, { span: 12, className: "field-key" }, t("companyProfile:remarks")),
@@ -5381,7 +5381,7 @@ var UserProfileComponent = function (props) {
5381
5381
  React.createElement(antd.Row, { className: "field" },
5382
5382
  React.createElement(antd.Col, { span: 12, className: "field-key" }, t("userProfile:creditBalance")),
5383
5383
  React.createElement(antd.Col, { span: 12, className: "field-value" }, organisationDetails.creditBalance
5384
- ? organisationDetails.creditBalance
5384
+ ? addCommSep(organisationDetails.creditBalance)
5385
5385
  : "-")))))))))));
5386
5386
  };
5387
5387