@stlhorizon/vue-ui 2.7.2 → 2.7.3
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/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -10426,7 +10426,7 @@ const Qu = {
|
|
|
10426
10426
|
i("div", Vf, [
|
|
10427
10427
|
e.organisationName ? (o(), d("div", Df, [
|
|
10428
10428
|
i("p", Mf, x(e.organisationName), 1),
|
|
10429
|
-
e.user.
|
|
10429
|
+
e.user.organisations?.role ? (o(), d("p", Ff, x(e.user.organisations.role), 1)) : h("", !0)
|
|
10430
10430
|
])) : h("", !0),
|
|
10431
10431
|
i("nav", Nf, [
|
|
10432
10432
|
i("span", Ef, x(e.currentSection), 1),
|