Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Jul 26, 2024
1 parent 4b9d966 commit a8cf125
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function ConnectWithEtherJS() {
// render the view to login/logout and show the connected accounts
return (
<>
<h1>Passport Wallet - Connect with EtherJS</h1>
<h1>Passport Wallet - Connect with EIP1193</h1>
{accountsState.length === 0
&& <button onClick={passportLogin} disabled={loading} type="button">Passport Login</button>}
{accountsState.length >= 1
Expand Down

0 comments on commit a8cf125

Please sign in to comment.