Remove unused actions

This commit is contained in:
Chi Vinh Le
2017-07-18 18:31:35 +07:00
parent 4ee727c86a
commit 9746422b16
+1 -2
View File
@@ -6,7 +6,6 @@ import {getDisplayName} from 'coral-framework/helpers/hoc';
import {capitalize} from 'coral-framework/helpers/strings';
import withMutation from 'coral-framework/hocs/withMutation';
import withFragments from 'coral-framework/hocs/withFragments';
import {showSignInDialog} from 'coral-framework/actions/auth';
import {addNotification} from 'coral-framework/actions/notification';
import {forEachError} from 'coral-framework/utils';
@@ -181,7 +180,7 @@ export default (tag) => (WrappedComponent) => {
});
const mapDispatchToProps = (dispatch) =>
bindActionCreators({showSignInDialog, addNotification}, dispatch);
bindActionCreators({addNotification}, dispatch);
const enhance = compose(
withFragments({