From 63130f1298c936d28c5f1a79e2faffd60bde011c Mon Sep 17 00:00:00 2001 From: G4EVA-dev Date: Thu, 1 Aug 2024 13:53:48 +0100 Subject: [PATCH] feat/waitlistpage removed irrelevant comments --- src/components/waitList/WaitListForm.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/waitList/WaitListForm.tsx b/src/components/waitList/WaitListForm.tsx index 6425c0dfa..a64bb101b 100644 --- a/src/components/waitList/WaitListForm.tsx +++ b/src/components/waitList/WaitListForm.tsx @@ -106,7 +106,6 @@ const WaitlistForm: React.FC = () => { setFormData({ full_name: "", email: "" }); setIsSubmitted(true); - // Set a timeout to reset the form after 5 seconds timeoutReference.current = setTimeout(() => { setIsSubmitted(false); }, 6000);