Skip to content

Commit dec98a6

Browse files
committed
chore: clear unused action
1 parent 2c3ad9a commit dec98a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/projects/detail/containers/ProjectAddPhaseContainer.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ import { renderComponent, branch, compose, withProps } from 'recompose'
1414
import spinnerWhileLoading from '../../../components/LoadingSpinner'
1515
import { createProduct } from '../../actions/project'
1616
import { getProductTemplateByKey } from '../../../helpers/templates'
17-
import { loadProjectDashboard } from '../../../projects/actions/projectDashboard'
18-
1917

2018
import CoderBot from '../../../components/CoderBot/CoderBot'
2119
import Wizard from '../../../components/Wizard'
@@ -155,6 +153,6 @@ const mapStateToProps = ({projectState, loadUser, templates, productsTimelines }
155153
productCategories: templates.productCategories,
156154
})
157155

158-
const actionCreators = {createProduct, loadProjectDashboard}
156+
const actionCreators = {createProduct}
159157

160158
export default withRouter(connect(mapStateToProps, actionCreators)(ProjectAddPhaseContainer))

0 commit comments

Comments
 (0)