From e235036ecd7f1041ec0aade5c404e453a97f9812 Mon Sep 17 00:00:00 2001 From: Jacob Herrington Date: Thu, 25 Feb 2021 15:03:16 -0600 Subject: [PATCH] Fix typo (#12824) --- app/javascript/onboarding/components/ProfileForm.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/onboarding/components/ProfileForm.jsx b/app/javascript/onboarding/components/ProfileForm.jsx index c70cdb149..c8b1d85d4 100644 --- a/app/javascript/onboarding/components/ProfileForm.jsx +++ b/app/javascript/onboarding/components/ProfileForm.jsx @@ -29,11 +29,11 @@ export class ProfileForm extends Component { } componentDidMount() { - this.getProfielFieldGroups(); + this.getProfileFieldGroups(); updateOnboarding('v2: personal info form'); } - async getProfielFieldGroups() { + async getProfileFieldGroups() { try { const response = await request(`/profile_field_groups?onboarding=true`); if (response.ok) {