mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-03-03 18:58:01 +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,
|
filter: PropTypes.string.isRequired,
|
||||||
onClearMarked: PropTypes.func.isRequired,
|
onClearMarked: PropTypes.func.isRequired,
|
||||||
onShow: PropTypes.func.isRequired
|
onShow: PropTypes.func.isRequired
|
||||||
}
|
};
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user