We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e8b19 commit 8f58a2fCopy full SHA for 8f58a2f
src/modules/check/accounts.ts
@@ -77,7 +77,7 @@ function accountSelect(
77
`
78
: `
79
<div style="display: flex; align-items: center;">
80
- <select id="account-select" onchange="window.accountSelect();" class="bn-onboard-custom bn-onboard-account-select>
+ <select id="account-select" onchange="window.accountSelect();" class="bn-onboard-custom bn-onboard-account-select">
81
${accountsAndBalances.map(
82
(account: { balance: string; address: string }) =>
83
`<option>${account.address} --- ${
0 commit comments