mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 19:54:35 +03:00
Merge pull request #220 from yepnamesjames/master
Missing semicolon throwing TodoMVC error
This commit is contained in:
commit
72cd8d0505
|
@ -15,7 +15,7 @@ export default class Footer extends Component {
|
|||
filter: PropTypes.string.isRequired,
|
||||
onClearMarked: PropTypes.func.isRequired,
|
||||
onShow: PropTypes.func.isRequired
|
||||
}
|
||||
};
|
||||
|
||||
render() {
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue
Block a user