@undp/carbon-library 1.0.33 → 1.0.34

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.
package/dist/cjs/index.js CHANGED
@@ -5019,8 +5019,8 @@ var UserProfileComponent = function (props) {
5019
5019
  onNavigateUpdateUser(organisationDetails, userDetails);
5020
5020
  } }, t("userProfile:edit"))),
5021
5021
  React.createElement(LanguageSelection, { i18n: i18n })))),
5022
- !userDetails ||
5023
- (!organisationDetails && (React.createElement("div", { className: "content-body" },
5022
+ (!userDetails ||
5023
+ (!organisationDetails) && (React.createElement("div", { className: "content-body" },
5024
5024
  React.createElement(antd.Skeleton, { active: true, loading: true })))),
5025
5025
  userDetails && organisationDetails && (React.createElement("div", { className: "content-body" },
5026
5026
  React.createElement(antd.Row, { gutter: 16 },