-
New Grant Proposals
+
+ New Grant Proposals {newGrants && newGrants.length > 0 && <>({newGrants.length})>}
+
{newGrants && newGrants.length !== 0 && (
)}
@@ -205,14 +208,19 @@ const AdminPage = () => {
-
Completed Grants
+
+ Completed Grants {completedGrants && completedGrants.length > 0 && <>({completedGrants.length})>}
+
{completedGrants && completedGrants.length !== 0 && (
)}