From b51b1b4078966cefd17541a0d066c8bb9ecd9ed2 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Fri, 30 Oct 2015 13:06:36 -0700 Subject: [PATCH] Add How Do I apply to job and remove contact --- common/app/routes/Jobs/components/ShowJob.jsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 }