Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-at-mit committed Jan 6, 2025
1 parent 3211b60 commit b438c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/history/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const OrderHistory: React.FC = () => {
))}
</select>
</FilterTd>
<FilterTd colSpan={2}></FilterTd>
<FilterTd colSpan={2} aria-label="Empty Filter Column"></FilterTd>
<FilterTd>
<label htmlFor="system-filter">System:</label>
<select
Expand All @@ -242,7 +242,7 @@ const OrderHistory: React.FC = () => {
))}
</select>
</FilterTd>
<FilterTd colSpan={2}></FilterTd>
<FilterTd colSpan={2} aria-label="Empty Filter Column"></FilterTd>
</FilterContainer>
</thead>
<tbody {...getTableBodyProps()}>
Expand Down

0 comments on commit b438c77

Please sign in to comment.