Skip to content

Commit

Permalink
fix(ui-react): fix linting issue exposed post merge of #3265
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpollman committed Jan 11, 2023
1 parent 08111e7 commit 9ce2dd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const RadioGroupFieldPrimitive: Primitive<RadioGroupFieldProps, typeof Flex> = (
{...rest}
>
<VisuallyHidden as="legend">{label}</VisuallyHidden>
<Label aria-hidden={true} visuallyHidden={labelHidden}>
<Label aria-hidden visuallyHidden={labelHidden}>
{label}
</Label>
<FieldDescription
Expand Down

0 comments on commit 9ce2dd2

Please sign in to comment.