Skip to content

Commit

Permalink
fix: prompt user to open native wallet on reload
Browse files Browse the repository at this point in the history
  • Loading branch information
woodenfurniture committed Jan 9, 2025
1 parent 57391b6 commit 78f3ae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/context/WalletProvider/WalletProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ const getInitialState = () => {
*/
return {
...initialState,
nativeWalletPendingDeviceId: localWalletDeviceId,
isLoadingLocalWallet: true,
}
}
Expand Down

0 comments on commit 78f3ae8

Please sign in to comment.