Skip to content

Commit cf151ae

Browse files
authored
Merge pull request #16 from mhuxain/start
Fixed bug in TodoList.js error "Exterminated JSX contents
2 parents 41b2eeb + 92fb69a commit cf151ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6-mobx-react/src/js/TodoList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import React from "react"
33

44
export default class TodoList extends React.Component {
55
render() {
6-
return <h1>MobX<h1>
6+
return <h1>MobX</h1>
77
}
88
}

0 commit comments

Comments
 (0)