diff --git a/src/App.js b/src/App.js index bad154185d..2a83340845 100644 --- a/src/App.js +++ b/src/App.js @@ -27,7 +27,7 @@ function App() { p.internalEvents.on('chainChanged', (chain) => { document.getElementById('chain').innerHTML = chain - showButtons(chain) + showButtons(true) }) p.internalEvents.on('disconnect', (chain) => {