Making EntityPage better match the existing plugin-azure-devops README documentation

Signed-off-by: mo <mcassidy@hchb.com>
This commit is contained in:
mo
2022-05-03 11:21:58 -05:00
parent 960d2360aa
commit cf3b0fb622
@@ -282,14 +282,6 @@ const errorsContent = (
</EntitySwitch>
);
const gitTagsContent = (
<EntitySwitch>
<EntitySwitch.Case if={isAzureDevOpsAvailable}>
<EntityAzureGitTagsContent defaultLimit={25} />
</EntitySwitch.Case>
</EntitySwitch>
);
const pullRequestsContent = (
<EntitySwitch>
<EntitySwitch.Case if={isAzureDevOpsAvailable}>
@@ -492,7 +484,7 @@ const websiteEntityPage = (
path="/git-tags"
title="Git Tags"
>
{gitTagsContent}
<EntityAzureGitTagsContent />
</EntityLayout.Route>
<EntityLayout.Route path="/pull-requests" title="Pull Requests">