Hide the kind of owners in the about card if it's the default kind (group)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Hide the kind of owners in the about card if it's the default kind (group)
|
||||
@@ -59,7 +59,7 @@ export const AboutContent = ({ entity }: Props) => {
|
||||
{ownedByRelations.map((t, i) => (
|
||||
<React.Fragment key={i}>
|
||||
{i > 0 && ', '}
|
||||
<EntityRefLink entityRef={t} />
|
||||
<EntityRefLink entityRef={t} defaultKind="group" />
|
||||
</React.Fragment>
|
||||
))}
|
||||
</AboutField>
|
||||
|
||||
Reference in New Issue
Block a user