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 76159d9 commit 37c0481Copy full SHA for 37c0481
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();">
+ <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