Skip to content

Commit 92fb69a

Browse files
authored
Fixed bug in TodoList.js error "Exterminated JSX contents
1 parent 41b2eeb commit 92fb69a

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)