Skip to content

Commit a37e1f0

Browse files
committed
added condition to display employer details
1 parent 51266db commit a37e1f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/forms/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ class Forms extends Component {
196196
interestedInCYF,
197197
industry,
198198
hearAboutCYF,
199+
employer: hearAboutCYF === 'Employer' ? employer : '',
199200
guidePeople: filterEmptyValue(guidePeople),
200201
techSkill: filterEmptyValue(techSkill),
201202
otherSkill: filterEmptyValue(otherSkill),

0 commit comments

Comments
 (0)