diff --git a/package.json b/package.json index b99f9ec..9df0524 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@cerc-io/registry-sdk": "^0.2.2", + "@cerc-io/registry-sdk": "^0.2.3", "@cosmjs/stargate": "^0.32.4", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", diff --git a/src/components/TermsAndConditionsCard.tsx b/src/components/TermsAndConditionsCard.tsx index 8ac78a8..413390d 100644 --- a/src/components/TermsAndConditionsCard.tsx +++ b/src/components/TermsAndConditionsCard.tsx @@ -28,6 +28,7 @@ const TermsAndConditionsCard = ({ handleAccept, handleRoleChange }: { handleAcce const handleRadioChange = (event: React.ChangeEvent) => { setSelectedRole(event.target.value as Role); handleRoleChange((event.target as HTMLInputElement).value === Role.Validator ? Role.Validator : Role.Participant); + setChecked(false); }; return (