Skip to content

Commit 72cd8d0

Browse files
committed
Merge pull request #220 from yepnamesjames/master
Missing semicolon throwing TodoMVC error
2 parents f53f660 + 228a03c commit 72cd8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todomvc/components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default class Footer extends Component {
1515
filter: PropTypes.string.isRequired,
1616
onClearMarked: PropTypes.func.isRequired,
1717
onShow: PropTypes.func.isRequired
18-
}
18+
};
1919

2020
render() {
2121
return (

0 commit comments

Comments
 (0)