diff --git a/.changeset/purple-years-cross.md b/.changeset/purple-years-cross.md index bd41648bc7..47110e9bf7 100644 --- a/.changeset/purple-years-cross.md +++ b/.changeset/purple-years-cross.md @@ -2,4 +2,4 @@ '@backstage/plugin-org': patch --- -Fixed bug in MyGroupsSidebarItem component, for the 'My Squads' section to display a list of Squads using the displayName from the entity config, instead of using the metadata name and title. This is to ensure increased readability to the user. +Added support for `spec.profile.displayName` to be used in the `MyGroupsSidebarItem` component via the `EntityDisplayName` component when you are a member of multiple Groups.