Skip to content

Commit 6512eaa

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent ddddf94 commit 6512eaa

File tree

1 file changed

+1
-1
lines changed
  • packages/date-picker/src/shared/components/Calendar/CalendarCell

1 file changed

+1
-1
lines changed

packages/date-picker/src/shared/components/Calendar/CalendarCell/CalendarCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const CalendarCell = React.forwardRef<
111111
>
112112
<div className={cx(indicatorBaseStyles, indicatorClassName)}></div>
113113
<span
114-
aria-hidden // hidden, since the `td` announces the value via `aria-label`
114+
aria-hidden={true} // hidden, since the `td` announces the value via `aria-label`
115115
className={cx(cellTextStyles, {
116116
[cellTextCurrentStyles]: isCurrent,
117117
})}

0 commit comments

Comments
 (0)