From e6cb33edf1e57266fdc42fa779000edf50060c3d Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Thu, 11 Feb 2021 16:53:55 +0100 Subject: [PATCH] Revert EntityPage changes --- packages/app/src/components/catalog/EntityPage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx index 5c9ff1c448..e849667c19 100644 --- a/packages/app/src/components/catalog/EntityPage.tsx +++ b/packages/app/src/components/catalog/EntityPage.tsx @@ -29,7 +29,7 @@ import { ProvidingComponentsCard, } from '@backstage/plugin-api-docs'; import { - EntityAboutCard, + AboutCard, EntityLinksCard, EntityPageLayout, } from '@backstage/plugin-catalog'; @@ -174,7 +174,7 @@ export const ErrorsSwitcher = ({ entity }: { entity: Entity }) => { const ComponentOverviewContent = ({ entity }: { entity: Entity }) => ( - + {isPagerDutyAvailable(entity) && ( @@ -344,7 +344,7 @@ export const ComponentEntityPage = ({ entity }: { entity: Entity }) => { const ApiOverviewContent = ({ entity }: { entity: Entity }) => ( - +