diff --git a/src/AD419/ClientApp/src/components/associations/ProjectsTable.tsx b/src/AD419/ClientApp/src/components/associations/ProjectsTable.tsx index 154a141..49b2c08 100644 --- a/src/AD419/ClientApp/src/components/associations/ProjectsTable.tsx +++ b/src/AD419/ClientApp/src/components/associations/ProjectsTable.tsx @@ -88,7 +88,10 @@ export default function ProjectsTable(props: Props): JSX.Element { {total.toFixed(2)} % PI - Project ({props.selectedAssociations.length}) + + Project ({props.selectedAssociations.length} of{' '} + {props.projects.length}) +