diff --git a/frontend/src/containers/cart/CartCustomerDetailsContainer.jsx b/frontend/src/containers/cart/CartCustomerDetailsContainer.jsx index b377358..8ceec37 100644 --- a/frontend/src/containers/cart/CartCustomerDetailsContainer.jsx +++ b/frontend/src/containers/cart/CartCustomerDetailsContainer.jsx @@ -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));