Skip to content

Commit

Permalink
fix in RegisterDialog file
Browse files Browse the repository at this point in the history
  • Loading branch information
RalitsaIlieva committed Nov 20, 2023
1 parent 8a5eb16 commit 02dc21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/client/one-time-donation/RegisterDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { RegisterFormData } from 'components/client/auth/register/RegisterForm'
import { StepsContext } from './helpers/stepperContext'
import AcceptPrivacyPolicyField from 'components/common/form/AcceptPrivacyPolicyField'
import AcceptTermsField from 'components/common/form/AcceptTermsField'
import AcceptNewsLetterField from 'components/common/form/AcceptNewsletterField'
import { AcceptNewsLetterField } from 'components/common/form/AcceptNewsletterField'

export default function RegisterForm() {
const { t } = useTranslation()
Expand Down

0 comments on commit 02dc21d

Please sign in to comment.