remove temporary comments
This commit is contained in:
parent
b8705a7bf2
commit
eb5c7be308
|
@ -8,8 +8,6 @@ const makeMapStateToProps = state => ({
|
||||||
|
|
||||||
const mapDispatchToProps = (dispatch, { intl }) => ({
|
const mapDispatchToProps = (dispatch, { intl }) => ({
|
||||||
selectFilter (newActiveFilter) {
|
selectFilter (newActiveFilter) {
|
||||||
// for start just set the Filter state
|
|
||||||
// then handle the push notifs
|
|
||||||
dispatch(changeSetting(['notifications', 'filter'], newActiveFilter));
|
dispatch(changeSetting(['notifications', 'filter'], newActiveFilter));
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue