From a4e636c8ff211f3d65b4cd589f0df038edd392d2 Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Thu, 21 Jan 2021 14:35:58 +0100 Subject: [PATCH] Hide the kind of owners in the about card if it's the default kind (group) --- .changeset/fair-months-enjoy.md | 5 +++++ plugins/catalog/src/components/AboutCard/AboutContent.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/fair-months-enjoy.md diff --git a/.changeset/fair-months-enjoy.md b/.changeset/fair-months-enjoy.md new file mode 100644 index 0000000000..db0ab4c72f --- /dev/null +++ b/.changeset/fair-months-enjoy.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog': patch +--- + +Hide the kind of owners in the about card if it's the default kind (group) diff --git a/plugins/catalog/src/components/AboutCard/AboutContent.tsx b/plugins/catalog/src/components/AboutCard/AboutContent.tsx index 178debb42a..e9688028b4 100644 --- a/plugins/catalog/src/components/AboutCard/AboutContent.tsx +++ b/plugins/catalog/src/components/AboutCard/AboutContent.tsx @@ -59,7 +59,7 @@ export const AboutContent = ({ entity }: Props) => { {ownedByRelations.map((t, i) => ( {i > 0 && ', '} - + ))}