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.
2 parents 90e8b19 + 8f58a2f commit 0b56271Copy full SHA for 0b56271
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