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 = () => ;