Skip to content

Commit

Permalink
fix: [ADN-649] wrong seed when exporting via sidebar (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrg authored Jan 13, 2025
1 parent 760e99d commit ec81240
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ const useWalletExportScreen = (): UseWalletExportReturn => {
setExportType('PRIVATE_KEY');
break;
case 'SEED_PHRASE':
setExportAccountId(exportAccountId);
setExportType('SEED_PHRASE');
break;
default:
Expand Down

0 comments on commit ec81240

Please sign in to comment.