Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Linting markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
fairlighteth committed Nov 23, 2020
1 parent 30ae361 commit d46c173
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/layout/GenericLayout/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ export const Footer: React.FC<FooterType> = () => {
<a target="_blank" rel="noopener noreferrer" href={url.web + VERSION}>
Web: v{VERSION}
</a>
) : (
null
)}
) : null}
{url.appId && CONFIG.appId ? (
<a target="_blank" rel="noopener noreferrer" href={url.appId}>
App Id: {CONFIG.appId}
Expand All @@ -107,9 +105,7 @@ export const Footer: React.FC<FooterType> = () => {
<a target="_blank" rel="noopener noreferrer" href={url.contracts + CONTRACT_VERSION}>
Contracts: v{CONTRACT_VERSION}
</a>
) : (
null
)}
) : null}
</VersionsWrapper>
</FooterStyled>
)
Expand Down

0 comments on commit d46c173

Please sign in to comment.