Skip to content

Commit

Permalink
Merge pull request ProjectProtege#108 from drewclem/hotfix/typo
Browse files Browse the repository at this point in the history
Case correction in data entry
  • Loading branch information
drewclem committed Jul 27, 2020
2 parents 6ca02b4 + 671950c commit 0cdd637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/PostAJob.js
Expand Up @@ -48,7 +48,7 @@ const PostAJob = () => {
companyDescription: data.jobData.companyDescription,
howToApply: data.jobData.howToApply,
jobDescription: data.jobData.jobDescription,
jobtitle: data.jobData.jobTitle,
jobtitle: data.jobData.jobtitle,
positionType: data.jobData.positionType,
postedAt: postDate,
roleFocus: data.jobData.roleFocus,
Expand Down

0 comments on commit 0cdd637

Please sign in to comment.