Skip to content

Commit

Permalink
Fix identity display name in merge dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
joanagmaia committed Dec 14, 2023
1 parent 5087654 commit 0064247
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 0064247

Please sign in to comment.