Skip to content

Commit d68aa1f

Browse files
authored
Update ListCoursesComponent.jsx
1 parent 181214a commit d68aa1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-react-crud-full-stack-with-maven/frontend/src/component/ListCoursesComponent.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class ListCoursesComponent extends Component {
4040
}
4141

4242
updateCourseClicked(id) {
43+
//to verify in console
4344
console.log("update " + id);
4445
this.props.history.push(`/courses/${id}`);
4546
}

0 commit comments

Comments
 (0)