Skip to content

Commit ad3c416

Browse files
[add-missing-group-label] comment out aria-hidden
1 parent 5455234 commit ad3c416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/perseus/src/widgets/radio/multiple-choice-component.new.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const MultipleChoiceComponent = ({
113113
>
114114
<legend
115115
id={legendId}
116-
aria-hidden="true"
116+
// aria-hidden="true"
117117
className={styles.instructions}
118118
>
119119
{instructions}

0 commit comments

Comments
 (0)