Skip to content

Commit d6a5e89

Browse files
refactor: remove hearAboutCYF from validateForm
1 parent 2c4e085 commit d6a5e89

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Components/forms/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ class Forms extends Component {
174174
lastName,
175175
email,
176176
cityId,
177-
hearAboutCYF,
178177
employer: displayDropdown ? employer : true,
179178
interestedInVolunteer,
180179
tel,

src/Components/forms/inputs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default class VolunteerForm extends Component {
118118
name="hearAboutCYF"
119119
arrayList={ListsData.hearAboutCYFList}
120120
isEmpty={errors.hearAboutCYF}
121-
label="Where did you hear about Code Your Future? *"
121+
label="Where did you hear about Code Your Future?"
122122
/>
123123
{displayDropdown && (
124124
<DropDown

0 commit comments

Comments
 (0)