diff --git a/app/applications/page.tsx b/app/applications/page.tsx index e130f9d..3dcdb8a 100644 --- a/app/applications/page.tsx +++ b/app/applications/page.tsx @@ -500,6 +500,9 @@ export default function Applications() { const displayableApplications = applications.filter( (app) => app.status !== APPLICATION_STATUS.NOT_APPLICABLE ); + const confirmedRSVPApplications = applications.filter( + (app) => app.status === APPLICATION_STATUS.CONFIRMED_RSVP + ); return (
@@ -522,7 +525,7 @@ export default function Applications() {
Pending
-
+ {/*
Waitlist
-
+
*/}
Accepted
+
+
+ {confirmedRSVPApplications.length} +
+
Confirmed RSVP
+