docs: remove unnecessary WalletModal comment (#3879)

fix: remove unnecessary comment
This commit is contained in:
Clayton Lin 2022-06-01 10:25:48 -05:00 committed by GitHub
parent fd0489e654
commit c0a5adf43d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -160,8 +160,6 @@ export default function WalletModal({
}
}, [walletModalOpen, resetAccountView])
// close modal when a connection is successful
const tryActivation = async (connector: AbstractConnector | undefined) => {
let name = ''
Object.keys(SUPPORTED_WALLETS).map((key) => {