Commit 5766f0e 1 parent 56e2915 commit 5766f0e Copy full SHA for 5766f0e
File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,6 @@ export default function RegistrationForm() {
44
44
}
45
45
} ;
46
46
47
- // if (registrationTermsQuery.isFetching) {
48
- // return <div>loading...</div>;
49
- // }
50
-
51
- // if (!registrationTermsQuery.data) {
52
- // return <div>error!</div>;
53
- // }
54
-
55
47
const handleSubmit = ( data : RegistrationSchema ) : void => {
56
48
const adjustedDateOfBirth = adjustDateForTimezone ( data . dateOfBirth , "Europe/Lisbon" ) ;
57
49
@@ -126,8 +118,8 @@ export default function RegistrationForm() {
126
118
< DialogTitle > Registration Submitted</ DialogTitle >
127
119
< DialogDescription >
128
120
< p >
129
- Thank you for signing up for this amazing event! We have received your registration and will get back to you soon with the
130
- payment details.
121
+ Thank you for signing up for this amazing event! We have received your registration and will get back to you soon with
122
+ more details.
131
123
</ p >
132
124
< p >
133
125
Please don’t forget to add
< strong > [email protected] </ strong > to your senders safe list.
You can’t perform that action at this time.
0 commit comments