From 99acfa92dc6f04c6f39fc533f2c9542b419bbd10 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 16 Mar 2022 09:44:38 +0100 Subject: [PATCH] example-app: temporary fix for entity API breakage Signed-off-by: Patrik Oldsberg --- .../app/src/components/catalog/EntityPage.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx index ba0eacf97e..0a06c4fd5d 100644 --- a/packages/app/src/components/catalog/EntityPage.tsx +++ b/packages/app/src/components/catalog/EntityPage.tsx @@ -15,6 +15,7 @@ */ import { + Entity, RELATION_API_CONSUMED_BY, RELATION_API_PROVIDED_BY, RELATION_CONSUMES_API, @@ -179,7 +180,7 @@ export const cicdContent = ( - + boolean}> @@ -191,7 +192,7 @@ export const cicdContent = ( - + boolean}> @@ -234,7 +235,7 @@ const cicdCard = ( - + boolean}> @@ -326,7 +327,9 @@ const overviewContent = ( {cicdCard} - Boolean(isGithubInsightsAvailable(e))}> + boolean} + > @@ -346,7 +349,9 @@ const overviewContent = ( - Boolean(isGithubPullRequestsAvailable(e))}> + boolean} + >