Skip to content

Commit

Permalink
Merge branch 'dev' into cypress-gwa-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Sep 7, 2023
2 parents 831f1ce + b7a2572 commit 5351982
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/nextapp/components/api-product-item/api-product-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ const ApiProductItem: React.FC<ApiProductItemProps> = ({
)}
</GridItem>
</Grid>
{!isPublic && !isTiered && (
{!isTiered && (
<>
{isPublic && (
<Button
rightIcon={isPublic ? <Icon as={BiLinkExternal} /> : undefined}
data-testid="api-product-try-button"
>
Try this API
</Button>
<AccessRequestForm
disabled={false}
id={id}
name={data.name}
preview={preview}
/>
)}
{!isPublic && (
<AccessRequestForm
Expand Down

0 comments on commit 5351982

Please sign in to comment.