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}
+ >