From eb5c7be308e39594b6bc1ed48ce3653a04939fa2 Mon Sep 17 00:00:00 2001 From: alxd Date: Fri, 30 Nov 2018 13:02:04 +0100 Subject: [PATCH] remove temporary comments --- .../features/notifications/containers/filter_bar_container.js | 2 -- 1 file changed, 2 deletions(-) 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)); } })