Skip to content

Commit 18c0a06

Browse files
authored
Merge pull request #152 from blocknative/fix/wallet-check-resolve
Fix incorrect resolve. Closes #146
2 parents 45f8843 + 42cf712 commit 18c0a06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/WalletCheck.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@
126126
resetState()
127127
app.update((store: AppState) => ({
128128
...store,
129-
walletCheckInProgress: false
129+
walletCheckInProgress: false,
130+
walletCheckCompleted: false
130131
}))
131132
}
132133

0 commit comments

Comments
 (0)