Skip to content

Commit

Permalink
fixup! feat: add HW support for VP delegation (#3243)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonmaslowski committed Nov 27, 2024
1 parent 846712c commit 9ffd68b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function VotingPowerDelegationConfirmationDialog({
label: confirmButtonLabel,
onClick: () => {
setState({
passphrase: '',
passphrase: ('passphrase' in state && state.passphrase) || '',
status: 'confirmed',
});
},
Expand Down

0 comments on commit 9ffd68b

Please sign in to comment.