This commit is contained in:
Almira Krdzic
2018-10-20 00:47:04 +02:00
parent 95318ff1c4
commit 5a42777500

View File

@@ -42,7 +42,6 @@ class CartCustomerDetailsContainer extends Component {
componentDidMount() {
this.props.dispatch(getCustomerDetails());
this.props.dispatch(fetchCartItems());
this.props.dispatch(setNextActionFct(this.handleNextAction));
this.props.dispatch(setPrevActionFct(this.handlePrevAction));
this.props.dispatch(fetchProfileInfo(this.props.userInfo.wiaas_id_user));