From 87c31cc0594e82208119f66ab38ca79fdfd68089 Mon Sep 17 00:00:00 2001 From: Amy Kapernick Date: Sun, 4 Aug 2024 10:53:46 +0800 Subject: [PATCH] Update index.tsx --- src/components/guest/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/guest/index.tsx b/src/components/guest/index.tsx index 213d083..4f17a8d 100644 --- a/src/components/guest/index.tsx +++ b/src/components/guest/index.tsx @@ -23,7 +23,7 @@ type GuestProps = { const Guest = ({ people, guest }: GuestProps) => { const [openSection, setOpenSection] = useState(false); const status = statuses[guest.status]; - const pastDate = new Date("2024-08-05") <= new Date(); + const pastDate = new Date("2024-08-15") <= new Date(); const rsvpOpen = openSection || pastDate; console.log({