Skip to content

Commit

Permalink
Fix: show onboard modal when connecting last wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Jul 27, 2023
1 parent 00c044f commit ff5f450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/wallets/useOnboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const useInitOnboard = () => {
isWalletUnlocked(label).then((isUnlocked) => {
isUnlocked &&
connectWallet(onboard, {
autoSelect: { label, disableModals: true },
autoSelect: { label, disableModals: false },
})
})
})
Expand Down

0 comments on commit ff5f450

Please sign in to comment.