From 32a9504095a5eae3127b5d344dfa2b82311cee2c Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Mon, 15 Feb 2021 11:34:51 +0100 Subject: [PATCH] Hide the kind of the owner if it's the default kind for the `ownedBy` relationship (group). I guess I missed this one. In the catalog table & co we already hide it. Signed-off-by: Oliver Sand oliver.sand@sda-se.com --- .changeset/cuddly-bags-share.md | 6 ++++++ plugins/catalog/src/components/AboutCard/AboutContent.tsx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/cuddly-bags-share.md diff --git a/.changeset/cuddly-bags-share.md b/.changeset/cuddly-bags-share.md new file mode 100644 index 0000000000..6aff6a9404 --- /dev/null +++ b/.changeset/cuddly-bags-share.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-catalog': patch +--- + +Hide the kind of the owner if it's the default kind for the `ownedBy` +relationship (group). diff --git a/plugins/catalog/src/components/AboutCard/AboutContent.tsx b/plugins/catalog/src/components/AboutCard/AboutContent.tsx index 75b7827111..57ea894570 100644 --- a/plugins/catalog/src/components/AboutCard/AboutContent.tsx +++ b/plugins/catalog/src/components/AboutCard/AboutContent.tsx @@ -66,7 +66,7 @@ export const AboutContent = ({ entity }: Props) => { - + {isSystem && (