Skip to content

Commit

Permalink
Schedule Finder: aria-controls fix-up (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
meagonqz authored Jul 24, 2019
1 parent f82f3a5 commit 2b7807d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ exports[`ScheduleTable it renders 1`] = `
</tr>
<tr
className="schedule-table__subtable-container"
id="trip-40606114"
>
<td
className="schedule-table__subtable-td"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ const BusTableRow = ({
</td>
</tr>
{expanded && (
<tr className="schedule-table__subtable-container">
<tr
className="schedule-table__subtable-container"
id={`trip-${firstSchedule.trip.id}`}
>
<td className="schedule-table__subtable-td">
<table className="schedule-table__subtable">
<thead>
Expand Down

0 comments on commit 2b7807d

Please sign in to comment.