import React, { PropTypes } from 'react'; import { Row, Col, Thumbnail, Panel } from 'react-bootstrap'; const defaultImage = 'https://s3.amazonaws.com/freecodecamp/camper-image-placeholder.png'; const thumbnailStyle = { backgroundColor: 'white', maxHeight: '100px', maxWidth: '100px' }; export default React.createClass({ displayName: 'ShowJob', propTypes: { job: PropTypes.object, params: PropTypes.object }, renderHeader({ company, position }) { return (
{ description }