Skip to content

Commit

Permalink
chore: replace defaultChecked with checked
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanvn committed Dec 2, 2024
1 parent fd2392c commit df29ac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const generateRadioGroup = (
name="unverifiedAttr"
value={key}
key={key}
defaultChecked={index === 0}
checked={index === 0}
>
{translate(verificationType)}:{' '}
{censorContactMethod(verificationType, value)}
Expand Down

0 comments on commit df29ac7

Please sign in to comment.