1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-02 02:10:49 +03:00

Merge pull request from yepnamesjames/master

Missing semicolon throwing TodoMVC error
This commit is contained in:
Dan Abramov 2016-01-18 17:31:30 +00:00
commit 72cd8d0505

View File

@ -15,7 +15,7 @@ export default class Footer extends Component {
filter: PropTypes.string.isRequired,
onClearMarked: PropTypes.func.isRequired,
onShow: PropTypes.func.isRequired
}
};
render() {
return (