Skip to content

Commit

Permalink
Merge pull request #182 from Rchristiani/master
Browse files Browse the repository at this point in the history
Few small clean ups
  • Loading branch information
Ryan Christiani authored Oct 25, 2016
2 parents 361b17b + 2d28031 commit 4e2ba0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/course/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export default React.createClass({
lastName: res.user.lastName
}
});
},(err) => {
console.error(err);
});
},
goToClass(e){
Expand Down

0 comments on commit 4e2ba0f

Please sign in to comment.