Skip to content

Commit

Permalink
fix(eslint): fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Benitte committed Apr 2, 2016
1 parent df13a3f commit c24be7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PullRequests.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PullRequests extends Component {

render() {
const { pullRequests } = this.state;
const { repository, title } = this.props
const { repository, title } = this.props;

let titleNode = title === undefined ? (
<span>
Expand Down

0 comments on commit c24be7e

Please sign in to comment.