Skip to content

Commit 5b38a2b

Browse files
authored
Merge pull request #17 from meenujoseph1/patch-1
Update ListCoursesComponent.jsx
2 parents 181214a + d68aa1f commit 5b38a2b

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)