Skip to content

Commit fbb0ca4

Browse files
authored
Merge pull request #456 from blocknative/develop
Release 1.16.1
2 parents 5cb654c + ed7b598 commit fbb0ca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-onboard",
3-
"version": "1.16.0",
3+
"version": "1.16.1",
44
"description": "Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.",
55
"keywords": [
66
"ethereum",

src/modules/check/accounts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function accountSelect(
7777
`
7878
: `
7979
<div style="display: flex; align-items: center;">
80-
<select id="account-select" onchange="window.accountSelect();" class="bn-onboard-custom bn-onboard-account-select>
80+
<select id="account-select" onchange="window.accountSelect();" class="bn-onboard-custom bn-onboard-account-select">
8181
${accountsAndBalances.map(
8282
(account: { balance: string; address: string }) =>
8383
`<option>${account.address} --- ${

0 commit comments

Comments
 (0)