Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois committed Oct 29, 2024
1 parent 473c9a6 commit 793f4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/component/menu/Footer/ApiDetails/ApiDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export const ApiDetails = (props: IApiDetailsProps): ReactElement => {
return (
<section title='API details'>
<FooterTitle>
{name} {environment ? environment : ''}{' '}
{billing === 'pay-as-you-go' ? 'Pay-as-You-Go' : ''} {version}{' '}
{name} {environment ? environment : ''}
{billing === 'pay-as-you-go' ? ' Pay-as-You-Go' : ''} {version}{' '}
{buildInfo}
</FooterTitle>
<ConditionallyRender
Expand Down

0 comments on commit 793f4bf

Please sign in to comment.