satisfy eslint

This commit is contained in:
Surinna Curtis
2017-09-09 05:25:33 -05:00
parent 3278c08c29
commit 323d437a09
3 changed files with 5 additions and 8 deletions

View File

@@ -63,9 +63,10 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
}
},
onMuteNotifications (account, notifications) {
dispatch(muteAccount(account.get('id'), notifications));
}
},
});
export default injectIntl(connect(makeMapStateToProps, mapDispatchToProps)(Account));