Skip to content

Commit

Permalink
Reset isImportedVotesToken to undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrila committed Aug 14, 2024
1 parent e5aa164 commit daf1ee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export function AzoriusTokenDetails(props: ICreationStepProps) {
setFieldValue('erc20Token.tokenSymbol', symbol, true);
}
} else {
setIsImportedVotesToken(false);
setIsImportedVotesToken(undefined);
}
}, [
checkVotesToken,
Expand Down

0 comments on commit daf1ee3

Please sign in to comment.