Skip to content

Commit

Permalink
Last two prop-types
Browse files Browse the repository at this point in the history
  • Loading branch information
birkir committed Apr 25, 2017
1 parent ad95d62 commit dcada37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/withJob.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export default function withJob(config) {
getNextId: PropTypes.func.isRequired,
register: PropTypes.func.isRequired,
get: PropTypes.func.isRequired,
getRehydrate: React.PropTypes.func.isRequired,
removeRehydrate: React.PropTypes.func.isRequired,
getRehydrate: PropTypes.func.isRequired,
removeRehydrate: PropTypes.func.isRequired,
}),
};

Expand Down

0 comments on commit dcada37

Please sign in to comment.