diff --git a/app/profile/page.tsx b/app/profile/page.tsx index 4bdf230a..aba66a73 100644 --- a/app/profile/page.tsx +++ b/app/profile/page.tsx @@ -170,6 +170,30 @@ const Profile: React.FC = () => { isHighlighted={RSVP?.status === "REJECTED"} /> + {RSVP?.status === "ACCEPTED" && ( +