trimble-terra 0.0.242 → 0.0.243
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/trimble-terra.js +1 -1
- package/package.json +1 -1
package/dist/trimble-terra.js
CHANGED
|
@@ -15914,7 +15914,7 @@ const ha = ({
|
|
|
15914
15914
|
children: Q == null ? void 0 : Q.name
|
|
15915
15915
|
}
|
|
15916
15916
|
),
|
|
15917
|
-
/* @__PURE__ */ r.jsx("p", { className: "ter-flyout__account--account-section--role", children: Q == null ? void 0 : Q.role }),
|
|
15917
|
+
/* @__PURE__ */ r.jsx("p", { className: "ter-flyout__account--account-section--role", children: Q != null && Q.formattedRole ? Q.formattedRole : Q == null ? void 0 : Q.role }),
|
|
15918
15918
|
(Q == null ? void 0 : Q.default) && /* @__PURE__ */ r.jsx("p", { className: "ter-flyout__account--account-section--default", children: (z == null ? void 0 : z.defaultLabel) || "Default" }),
|
|
15919
15919
|
!(Q != null && Q.default) && (z == null ? void 0 : z.setAsDefaultLabel) && /* @__PURE__ */ r.jsx(
|
|
15920
15920
|
"p",
|