test
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user