Add How Do I apply to job and remove contact
This commit is contained in:
@ -39,9 +39,8 @@ export default React.createClass({
|
|||||||
company,
|
company,
|
||||||
state,
|
state,
|
||||||
locale,
|
locale,
|
||||||
email,
|
description,
|
||||||
phone,
|
howToApply
|
||||||
description
|
|
||||||
} = job;
|
} = job;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@ -89,7 +88,7 @@ export default React.createClass({
|
|||||||
<Col
|
<Col
|
||||||
md={ 6 }
|
md={ 6 }
|
||||||
mdOffset={ 3 }>
|
mdOffset={ 3 }>
|
||||||
<bold>Contact:</bold> { email || phone }
|
<bold>How do I apply? </bold> { howToApply }
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
</Panel>
|
</Panel>
|
||||||
|
Reference in New Issue
Block a user