Skip to content

Commit

Permalink
feat/waitlistpage removed irrelevant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
G4EVA-dev committed Aug 1, 2024
1 parent 2db5272 commit 63130f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/waitList/WaitListForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 63130f1

Please sign in to comment.