Skip to content

Commit

Permalink
Merge pull request #17 from meenujoseph1/patch-1
Browse files Browse the repository at this point in the history
Update ListCoursesComponent.jsx
  • Loading branch information
AlanBinu007 authored Dec 27, 2021
2 parents 181214a + d68aa1f commit 5b38a2b
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 5b38a2b

Please sign in to comment.