Skip to content

Commit ea8949c

Browse files
authored
Fix custom identity display for organizations (#1687)
1 parent 388d711 commit ea8949c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/modules/organization/components/view/organization-view-aside.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
rel="noopener noreferrer"
1919
>
2020
<div class="flex gap-3 items-center">
21-
<app-platform :platform="identity.platform" custom-platform-icon-class="ri-community-fill" />
21+
<app-platform :show-tooltip="true" :platform="identity.platform" custom-platform-icon-class="ri-community-fill" />
2222
<span class="text-gray-900 text-xs">
2323
{{ getPlatformDetails(identity.platform)?.organization.handle(identity)
24+
?? identity.name
2425
?? getPlatformDetails(identity.platform)?.name
2526
?? identity.platform }}</span>
2627
</div>

0 commit comments

Comments
 (0)