diff --git a/plugins/azure-devops/README.md b/plugins/azure-devops/README.md index 1479590870..68d2b57afc 100644 --- a/plugins/azure-devops/README.md +++ b/plugins/azure-devops/README.md @@ -16,11 +16,11 @@ Lists the top _n_ Active, Completed, or Abandoned Pull Requests for a given repo  -### Azure Git Tags +### Azure Repos Git Tags Lists all Git Tags for a given repository - + ## Setup @@ -194,7 +194,7 @@ To get the Git Tags component working you'll need to do the following two steps: **Notes:** -- You'll need to add the `EntityLayout.Route` above from step 2 to all the entity sections you want to see Git Tags in. For example if you wanted to see Pull Requests when looking at Website entities then you would need to add this to the `websiteEntityPage` section. +- You'll need to add the `EntityLayout.Route` above from step 2 to all the entity sections you want to see Git Tags in. For example if you wanted to see Git Tags when looking at Website entities then you would need to add this to the `websiteEntityPage` section. - The `if` prop is optional on the `EntityLayout.Route`, you can remove it if you always want to see the tab even if the entity being viewed does not have the needed annotation ## Limitations diff --git a/plugins/azure-devops/src/components/GitTagTable/GitTagTable.tsx b/plugins/azure-devops/src/components/GitTagTable/GitTagTable.tsx index 55a5f6602e..c6abba55e1 100644 --- a/plugins/azure-devops/src/components/GitTagTable/GitTagTable.tsx +++ b/plugins/azure-devops/src/components/GitTagTable/GitTagTable.tsx @@ -64,11 +64,7 @@ export const GitTagTable = () => { const { items, loading, error } = useGitTags(entity); if (error) { - return ( -