From d5a480f96071ef5eabf6f3cd607063a442b8d6e4 Mon Sep 17 00:00:00 2001 From: Pyry Koivisto Date: Tue, 17 Oct 2023 17:06:30 +0300 Subject: [PATCH] YKI(Frontend): Don't hide column name from screen reader [deploy] --- .../registration/examSession/PublicExamSessionListingRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/packages/yki/src/components/registration/examSession/PublicExamSessionListingRow.tsx b/frontend/packages/yki/src/components/registration/examSession/PublicExamSessionListingRow.tsx index 7c0b197aac..8d129cd7f2 100644 --- a/frontend/packages/yki/src/components/registration/examSession/PublicExamSessionListingRow.tsx +++ b/frontend/packages/yki/src/components/registration/examSession/PublicExamSessionListingRow.tsx @@ -166,7 +166,7 @@ const TableCellForPhone = ({ }) => ( - {columnName} + {columnName}
{children}