mirror of https://github.com/tootsuite/mastodon
remove temporary comments
parent
b8705a7bf2
commit
eb5c7be308
|
@ -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));
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue