Skip to content

Commit

Permalink
fix: [ADN-649] wrong seed when exporting via sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrg committed Jan 13, 2025
1 parent 836e36f commit 41348a2
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 41348a2

Please sign in to comment.