From cf3b0fb622c5e94fa6909ba99e51c435293439cf Mon Sep 17 00:00:00 2001 From: mo Date: Tue, 3 May 2022 11:21:58 -0500 Subject: [PATCH] Making EntityPage better match the existing plugin-azure-devops README documentation Signed-off-by: mo --- packages/app/src/components/catalog/EntityPage.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx index e3a9a467a9..22d6cc3ab1 100644 --- a/packages/app/src/components/catalog/EntityPage.tsx +++ b/packages/app/src/components/catalog/EntityPage.tsx @@ -282,14 +282,6 @@ const errorsContent = ( ); -const gitTagsContent = ( - - - - - -); - const pullRequestsContent = ( @@ -492,7 +484,7 @@ const websiteEntityPage = ( path="/git-tags" title="Git Tags" > - {gitTagsContent} +