Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Feb 24, 2023
1 parent 6a8f35c commit e89dee9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
Expand Up @@ -48,12 +48,10 @@ export const InterfaceAuthenticate = (): JSX.Element => {
{isLoading ? 'loading...' : 'Get Started'}
</button>
<div className="dont-have-a-wallet">
<a>
<p>
Want to use a different wallet? Close this window and disconnect
your wallet in Metamask to connect a new wallet
</p>
</a>
<p>
Want to use a different wallet? Close this window and disconnect
your wallet in Metamask to connect a new wallet
</p>
</div>
</div>
</div>
Expand Down
Expand Up @@ -31,9 +31,7 @@ export const InterfaceCreateCreditScore = (): JSX.Element => {
Create now!
</button>
<div className="dont-have-a-wallet">
<a>
<p>I don't want to use this wallet</p>
</a>
<p>I don't want to use this wallet</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion test/__mocks__/styleMock.ts
@@ -1,3 +1,3 @@
// eslint-disable-next-line no-empty
// eslint-disable-next-line no-empty, no-lone-blocks
{
}

0 comments on commit e89dee9

Please sign in to comment.