Skip to content

Commit

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

0 comments on commit a8cd12b

Please sign in to comment.