mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-03-03 02:35:49 +03:00
Missing semicolon throwing TodoMVC error
This commit is contained in:
parent
a1e3d9ec3e
commit
228a03cc31
|
@ -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