Jobs page initially renders

This commit is contained in:
Berkeley Martinez
2016-02-28 15:45:38 -08:00
parent 056d749ddd
commit 6bff10ea9c
6 changed files with 184 additions and 239 deletions

View File

@@ -66,8 +66,6 @@ export default function contain(options = {}, Component) {
}
static displayName = `Container(${Component.displayName})`;
static propTypes = Component.propTypes;
static contextTypes = {
...Component.contextTypes,
professor: PropTypes.object