Skip to content

Commit

Permalink
added network selection fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Nov 10, 2023
1 parent cc916b0 commit 271fe14
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ function CreateWalletPage(props: Props): Node {
[CREATE_WALLET_SETPS.LEARN_ABOUT_RECOVERY_PHRASE]: (
<LearnAboutRecoveryPhrase
nextStep={() => {
if (!environment.isDev() && !environment.isNightly())
setSelectedNetwork(networks.CardanoMainnet);
setCurrentStep(CREATE_WALLET_SETPS.SAVE_RECOVERY_PHRASE);
if (recoveryPhrase === null) {
genWalletRecoveryPhrase()
Expand Down

0 comments on commit 271fe14

Please sign in to comment.