Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tingzhao.ytz committed Dec 26, 2024
1 parent 7a3df26 commit 3685bde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web3/src/connect-modal/__tests__/connector.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ describe('Connect spin', async () => {
},
]}
connect={async () => {
const account = await connectPromise;
setAccount(account);
return account;
const a = await connectPromise;
setAccount(a);
return a;
}}
account={account}
modalProps={{
Expand Down

0 comments on commit 3685bde

Please sign in to comment.