From bf65abfcb0db94a7cd0577927708fbf789d51511 Mon Sep 17 00:00:00 2001 From: mo Date: Wed, 4 May 2022 10:38:17 -0500 Subject: [PATCH] tsc feedback Signed-off-by: mo --- .../EntityPageAzureGitTags/EntityPageAzureGitTags.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/plugins/azure-devops/src/components/EntityPageAzureGitTags/EntityPageAzureGitTags.tsx b/plugins/azure-devops/src/components/EntityPageAzureGitTags/EntityPageAzureGitTags.tsx index 139549966e..2d94d735df 100644 --- a/plugins/azure-devops/src/components/EntityPageAzureGitTags/EntityPageAzureGitTags.tsx +++ b/plugins/azure-devops/src/components/EntityPageAzureGitTags/EntityPageAzureGitTags.tsx @@ -17,10 +17,4 @@ import { GitTagTable } from '../GitTagTable/GitTagTable'; import React from 'react'; -export const EntityPageAzureGitTags = ({ - defaultLimit, -}: { - defaultLimit?: number; -}) => { - return ; -}; +export const EntityPageAzureGitTags = () => ;