+
+
+ Position: { position }
+ Location: { city }, { state }
+
+ Contact: { email || phone || 'N/A' }
+
+ Posted On: { moment(postedOn).format('MMMM Do, YYYY') }
+
+ handleClick(id) }>{ description }
+
);
});
},
render() {
- const { jobs } = this.props;
+ const {
+ handleClick,
+ jobs
+ } = this.props;
+
return (