There was an error while loading. Please reload this page.
1 parent 9b5b52c commit 6c7117fCopy full SHA for 6c7117f
1 file changed
packages/neuron-wallet/src/controllers/api.ts
@@ -80,7 +80,7 @@ export default class ApiController {
80
: []
81
82
const initState = {
83
- currentWallet,
+ currentWallet: currentWallet || null,
84
wallets: wallets,
85
currentNetworkID,
86
networks,
0 commit comments