From bd8f0fa2cd948207203ae014db52b0f500c53b1d Mon Sep 17 00:00:00 2001 From: Ryderjj89 Date: Fri, 24 Oct 2025 18:27:23 -0400 Subject: [PATCH] added selected items to rsvp form --- frontend/src/components/RSVPForm.tsx | 130 +++++++++++++++------------ 1 file changed, 74 insertions(+), 56 deletions(-) diff --git a/frontend/src/components/RSVPForm.tsx b/frontend/src/components/RSVPForm.tsx index 94dda2d..e54f7a0 100644 --- a/frontend/src/components/RSVPForm.tsx +++ b/frontend/src/components/RSVPForm.tsx @@ -617,65 +617,83 @@ const RSVPForm: React.FC = () => { )} {neededItems.length > 0 && ( - - What items are you bringing? - - + )} + + What items are you bringing? + + + )}