Skip to content

Commit 397f5f7

Browse files
zhendizhendi.wang
andauthored
fix(user_settings): handle org name display (#1244)
* Draft MR * fix(user_settings): handle org name display --------- Co-authored-by: zhendi.wang <[email protected]>
1 parent 6d1dcdc commit 397f5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/user_settings/Profile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div v-if="hasOrg" class="flex gap-2 flex-wrap mt-4">
2828
<p v-for="org in (isCurrentUser ? userStore.orgs : userOrgs)" :key="org.path">
2929
<el-tooltip
30-
:content="org.name"
30+
:content="org.name || org.path"
3131
placement="top"
3232
effect="dark"
3333
:show-after="200"

0 commit comments

Comments
 (0)