Skip to content

Commit

Permalink
Add (n of n) to project col header
Browse files Browse the repository at this point in the history
  • Loading branch information
sprucely committed Nov 15, 2022
1 parent 6106fe6 commit f3fcf1a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ export default function ProjectsTable(props: Props): JSX.Element {
</th>
<th>{total.toFixed(2)} %</th>
<th>PI</th>
<th>Project ({props.selectedAssociations.length})</th>
<th>
Project ({props.selectedAssociations.length} of{' '}
{props.projects.length})
</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit f3fcf1a

Please sign in to comment.