Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofilipenunes committed Jul 3, 2024
1 parent 7b6f985 commit e71ad82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/elements/walletConnect/WalletConnectModalError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ export const WalletConnectModalError = ({
selectedWallet ? selectedWallet.name : 'Wallet'
}`}
</p>
<p className="text-12">If you have multiple wallets on the browser, please disable them, keep MetaMask active and try again</p>
<p className="text-12">
If you have multiple wallets on the browser, please disable them,
keep MetaMask active and try again
</p>
</div>
)}
</div>
Expand Down

0 comments on commit e71ad82

Please sign in to comment.