Skip to content

Commit

Permalink
Merge tag '2.40.3' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
khelwood committed Apr 18, 2024
2 parents 37a1811 + 33e35cf commit aa9a460
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/workAllocation/WorkAllocation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ export default function WorkAllocation() {
<tr>
<TableHeader sortProps={getTableSortProps('Priority')}>Priority</TableHeader>
<TableHeader sortProps={getTableSortProps('Status')}>Status</TableHeader>
<TableHeader />
<TableHeader sortProps={getTableSortProps('SGP Number')}>SGP Number</TableHeader>
<TableHeader sortProps={getTableSortProps('Work Type')}>Work Type</TableHeader>
<TableHeader sortProps={getTableSortProps('Work Requester')}>Work Requester</TableHeader>
Expand All @@ -581,8 +582,6 @@ export default function WorkAllocation() {
<TableHeader sortProps={getTableSortProps('Number of Original Samples')}>
Number of Original Samples
</TableHeader>

<TableHeader />
</tr>
</TableHead>
<TableBody>
Expand Down

0 comments on commit aa9a460

Please sign in to comment.