@appscode/design-system 2.2.28 → 2.2.29
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/package.json
CHANGED
|
@@ -71,7 +71,6 @@ const onOrganizationClick = (orgName: string) => {
|
|
|
71
71
|
handleIsActiveChange("");
|
|
72
72
|
};
|
|
73
73
|
|
|
74
|
-
const locationOrigin = window.location.origin;
|
|
75
74
|
const isDocsUi = window.location.pathname.startsWith("/docs/");
|
|
76
75
|
|
|
77
76
|
watch(dropDownStatus, (n) => {
|
|
@@ -136,7 +135,7 @@ function handleIsActiveChange(isActive: string) {
|
|
|
136
135
|
</div>
|
|
137
136
|
</a>
|
|
138
137
|
<transition-group name="list" tag="ul" class="list-items ac-scrollbar py-2">
|
|
139
|
-
<li key="settings" v-if="
|
|
138
|
+
<li key="settings" v-if="!isPlatformDomain || isDocsUi">
|
|
140
139
|
<a
|
|
141
140
|
v-if="user.isPersonalAccount"
|
|
142
141
|
data-testid="user-settings-link"
|