diff --git a/src/popup/views/home.js b/src/popup/views/home.js index a357a6e..02db69a 100644 --- a/src/popup/views/home.js +++ b/src/popup/views/home.js @@ -44,7 +44,7 @@ function render(ctx) { const isActive = state.activeAddress === addr.address; const activeHtml = isActive ? `ACTIVE` - : `select`; + : `[select]`; html += `
Address ${wi + 1}.${ai + 1}${activeHtml}
`; const dot = addressDotHtml(addr.address); if (addr.ensName) {