diff --git a/src/pages/Home/Home.page.tsx b/src/pages/Home/Home.page.tsx index 809e3c97..9b95b14c 100644 --- a/src/pages/Home/Home.page.tsx +++ b/src/pages/Home/Home.page.tsx @@ -113,17 +113,18 @@ const HomePage = () => { - - - - RSVP status:{" "} - - {currentUser?.rsvpVerified - ? "RSVP'd" - : "Not RSVP'd"} - - - + + + + RSVP status:{" "} + + {currentUser?.rsvpVerified + ? "RSVP'd" + : "Not RSVP'd"} + {` (${currentUser?.type})`} + + + !disableAllActions && setOpenWithdrawRSVP(true) @@ -133,7 +134,7 @@ const HomePage = () => { > Not able to make it? - +
- RSVP status:{" "} - - {currentUser?.rsvpVerified - ? "RSVP'd" - : "Not RSVP'd"} - -
+ RSVP status:{" "} + + {currentUser?.rsvpVerified + ? "RSVP'd" + : "Not RSVP'd"} + {` (${currentUser?.type})`} + +