Skip to content

Commit

Permalink
Fix identity display name in merge dialog (#1969)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanagmaia authored Dec 15, 2023
1 parent 32847a9 commit c66ceeb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
<app-platform :platform="identity.platform" />
<span class="text-xs">
{{ getPlatformDetails(identity.platform)?.organization.handle(identity)
?? identity.name
?? getPlatformDetails(identity.platform)?.name
?? identity.platform }}</span>
</div>
Expand Down

0 comments on commit c66ceeb

Please sign in to comment.