From f3fcf1a3fc1424a59c0fd9b37d03eca0e8d701cc Mon Sep 17 00:00:00 2001 From: Spruce Weber-Milne Date: Tue, 15 Nov 2022 11:04:49 -0800 Subject: [PATCH] Add (n of n) to project col header --- .../ClientApp/src/components/associations/ProjectsTable.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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}) +