Skip to content

Commit

Permalink
Update create-dapp.md (MetaMask#503)
Browse files Browse the repository at this point in the history
this should be enabled as the display attribute of the button is set to false
  • Loading branch information
Monir-Nassan authored Jun 29, 2022
1 parent 4f81530 commit 260ad7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/create-dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const MetaMaskClientCheck = () => {
onboardButton.innerText = 'Connect';
//When the button is clicked we call this function to connect the users MetaMask Wallet
onboardButton.onclick = onClickConnect;
//The button is now disabled
//The button is now enabled
onboardButton.disabled = false;
}
};
Expand Down

0 comments on commit 260ad7d

Please sign in to comment.