Skip to content

Commit

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

0 comments on commit 6106fe6

Please sign in to comment.