Skip to content

Commit e8f9c50

Browse files
committed
YKI(Frontend): Don't hide column name from screen reader [deploy]
1 parent 144d29f commit e8f9c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/packages/yki/src/components/registration/examSession/PublicExamSessionListingRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const TableCellForPhone = ({
166166
}) => (
167167
<TableCell>
168168
<Text>
169-
<b aria-hidden={true}>{columnName}</b>
169+
<b>{columnName}</b>
170170
<br aria-hidden={true} />
171171
{children}
172172
</Text>

0 commit comments

Comments
 (0)