Skip to content

Commit 85c8722

Browse files
committed
Fix accessibility issue with empty <th> by switching to a <td>
1 parent 3b6d37b commit 85c8722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/statistics-page/statistics-table/statistics-table.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h3 class="m-1">
1010
<tbody>
1111

1212
<tr>
13-
<th scope="col"></th>
13+
<td></td>
1414
<th scope="col"
1515
*ngFor="let header of headers"
1616
class="{{header}}-header">

0 commit comments

Comments
 (0)