remove temporary comments

pull/9399/head
alxd 2018-11-30 13:02:04 +01:00
parent b8705a7bf2
commit eb5c7be308
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ const makeMapStateToProps = state => ({
const mapDispatchToProps = (dispatch, { intl }) => ({
selectFilter (newActiveFilter) {
// for start just set the Filter state
// then handle the push notifs
dispatch(changeSetting(['notifications', 'filter'], newActiveFilter));
}
})