Commit c0a5adf4 authored by Clayton Lin's avatar Clayton Lin Committed by GitHub

docs: remove unnecessary WalletModal comment (#3879)

fix: remove unnecessary comment
parent fd0489e6
...@@ -160,8 +160,6 @@ export default function WalletModal({ ...@@ -160,8 +160,6 @@ export default function WalletModal({
} }
}, [walletModalOpen, resetAccountView]) }, [walletModalOpen, resetAccountView])
// close modal when a connection is successful
const tryActivation = async (connector: AbstractConnector | undefined) => { const tryActivation = async (connector: AbstractConnector | undefined) => {
let name = '' let name = ''
Object.keys(SUPPORTED_WALLETS).map((key) => { Object.keys(SUPPORTED_WALLETS).map((key) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment