diff --git a/app/javascript/mastodon/features/notifications/containers/filter_bar_container.js b/app/javascript/mastodon/features/notifications/containers/filter_bar_container.js index 9aa77bf97309c..3835380a63cf1 100644 --- a/app/javascript/mastodon/features/notifications/containers/filter_bar_container.js +++ b/app/javascript/mastodon/features/notifications/containers/filter_bar_container.js @@ -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)); } })