Skip to content

Commit

Permalink
Merge pull request #511 from secretkeylabs/tim/eng-2384-user-cant-add…
Browse files Browse the repository at this point in the history
…-the-ledger-account-if-they-dont-close-the

Tim/eng 2384 user cant add the ledger account if they dont close the
  • Loading branch information
teebszet committed Jul 10, 2023
2 parents 0a0df9c + e0c4041 commit b9ce9ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/stores/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ const storeMiddleware = [
actions.SetWalletSeedPhraseKey,
actions.UnlockWalletKey,
actions.SelectAccountKey,
actions.AddAccountKey,
actions.AddLedgerAccountKey,
],
}),
];
Expand Down

0 comments on commit b9ce9ba

Please sign in to comment.