Skip to content

Commit

Permalink
Update ListCoursesComponent.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
meenujoseph1 authored Dec 27, 2021
1 parent 181214a commit d68aa1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class ListCoursesComponent extends Component {
}

updateCourseClicked(id) {
//to verify in console
console.log("update " + id);
this.props.history.push(`/courses/${id}`);
}
Expand Down

0 comments on commit d68aa1f

Please sign in to comment.