diff --git a/common/app/routes/Jobs/components/ShowJob.jsx b/common/app/routes/Jobs/components/ShowJob.jsx index 0f2b3a0a0e..42a0d29286 100644 --- a/common/app/routes/Jobs/components/ShowJob.jsx +++ b/common/app/routes/Jobs/components/ShowJob.jsx @@ -39,9 +39,8 @@ export default React.createClass({ company, state, locale, - email, - phone, - description + description, + howToApply } = job; return ( @@ -89,7 +88,7 @@ export default React.createClass({ - Contact: { email || phone } + How do I apply? { howToApply }