From d021ad14c1bc11eec5aa75f50a8842bd28f86fb2 Mon Sep 17 00:00:00 2001 From: Hibatullah Fawwaz Hana Date: Sat, 28 Jun 2025 21:44:34 +0700 Subject: [PATCH] style: rsvp confirmed --- app/applications/page.tsx | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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
+