Skip to content

Commit

Permalink
Fix WalletConnect error (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Dec 2, 2024
1 parent 708504e commit c8545b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ const WalletConnectSessionProposal = ({ onClose, className, sessionProposal }: P
- Requested: ${chains}
- Current: ${currentNamespace}`
)
} else {
setErrorMessage('')
}
}, [chains, currentNamespace, sessionProposal, web3wallet])

Expand Down

0 comments on commit c8545b2

Please sign in to comment.