From 5a4277750033f2b6c7395bfd1f3abfa8f127102e Mon Sep 17 00:00:00 2001 From: Almira Krdzic Date: Sat, 20 Oct 2018 00:47:04 +0200 Subject: [PATCH] test --- frontend/src/containers/cart/CartCustomerDetailsContainer.jsx | 1 - 1 file changed, 1 deletion(-) 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));