Skip to content

Commit b3767a0

Browse files
authored
1.28.0-0.1.1: [fix] - Agreed Type (#591)
* Set agreed variable * Increment version
1 parent 4979ac6 commit b3767a0

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.28.0-0.1.0",
3+
"version": "1.28.0-0.1.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/views/WalletSelect.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
6464
let walletsDisabled: boolean = showTermsOfService
6565
66-
let agreed: boolean = false
66+
let agreed: boolean | undefined = undefined
6767
6868
$: if (agreed) {
6969
localStorage.setItem(

0 commit comments

Comments
 (0)