adrianhajdin / project_crowdfunding

With a stunning design, connected to the blockchain, metamask pairing, interaction with smart contracts, sending Ethereum through the blockchain network, and writing solidity code.
https://jsmastery.pro
693 stars 375 forks source link

Update CampaignDetails.jsx #9

Closed gvnut closed 1 year ago

gvnut commented 1 year ago

There was an error where if you clicked the donate button without inputing a number it would throw the loader forever. I fixed that by adding a conditional statement to check if the amount variable is an empty string before allowing the button to be clicked. I also added an alert using the window.alert() function.