fix: ensure org users always have a name displayed

This commit is contained in:
Andrew Thauer
2020-12-13 08:42:46 -05:00
parent 8af689797f
commit ab805860a1
4 changed files with 18 additions and 26 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-org': patch
---
Ensure a name is always displayed for user entities in the org plugin. This can happen when there is no profile
displayName provided (e.g. a GitHub user that has not added a name to their profile)