update it

This commit is contained in:
Sukchan Lee 2017-06-30 08:53:21 +09:00
parent 502871579a
commit 63f06f4043
1 changed files with 0 additions and 5 deletions

View File

@ -141,11 +141,6 @@ class Collection extends Component {
}
}
function mapStateToProps(state) {
return { subscribers: select(fetchSubscribers(), state.crud) }
}
Collection = connect(
(state) => ({
subscribers: select(fetchSubscribers(), state.crud)