moonshotcollective / pay.party

pay-party.vercel.app
MIT License
9 stars 18 forks source link

Bug with the switchNetwork options dropdown #71

Closed tricelex closed 2 years ago

tricelex commented 2 years ago

Describe the bug The switchNetwork function in the App.jsx uses e.target.value, however because the html element is a span tag, it creates an error as you can't access value of span tag, Need to switch to e.target.innerText

hmrtn commented 2 years ago

fixed in commit 3f109d6 :D