From 9617c5c034a650bb0b1113781b4a6e7ca19b0193 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Tue, 19 Mar 2024 18:20:20 -0700 Subject: Fix party list on mobile --- src/components/RsvpForm.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/components/RsvpForm.tsx') diff --git a/src/components/RsvpForm.tsx b/src/components/RsvpForm.tsx index 7173f32..bde5280 100644 --- a/src/components/RsvpForm.tsx +++ b/src/components/RsvpForm.tsx @@ -77,9 +77,6 @@ function RsvpForm() { ) ); setPreviousPartySize(partySize); - } else { - // TODO: use react-hook-form setError - console.log('error'); } }; @@ -131,6 +128,7 @@ function RsvpForm() { { return ( - + - +