Closed tricelex closed 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
fixed in commit 3f109d6 :D
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