diff --git a/frontend/src/containers/cart/CartCustomerDetailsContainer.jsx b/frontend/src/containers/cart/CartCustomerDetailsContainer.jsx index 564f69e..1cd43bb 100644 --- a/frontend/src/containers/cart/CartCustomerDetailsContainer.jsx +++ b/frontend/src/containers/cart/CartCustomerDetailsContainer.jsx @@ -45,8 +45,7 @@ class CartCustomerDetailsContainer extends Component { 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)); - this.props.dispatch(fetchProfileInfo()); + this.props.dispatch(fetchProfileInfo(this.props.userInfo.wiaas_id_user)); this.props.dispatch(fetchCountries()); } @@ -192,7 +191,7 @@ class CartCustomerDetailsContainer extends Component { (profileInfo && !isProfileLoading) && + idUser={this.props.userInfo.wiaas_id_user}/> } @@ -206,7 +205,7 @@ class CartCustomerDetailsContainer extends Component { + idUser={this.props.userInfo.wiaas_id_user}/> } diff --git a/frontend/src/containers/cart/style/Cart.scss b/frontend/src/containers/cart/style/Cart.scss index 0b18637..833c89b 100644 --- a/frontend/src/containers/cart/style/Cart.scss +++ b/frontend/src/containers/cart/style/Cart.scss @@ -226,11 +226,6 @@ .cart-address-box { margin-top: 2rem; } - - #order-projects .actions-button, .add-address-btn, .address-icons { - opacity: 0.3; - pointer-events: none; - } } #cart-customer-main-information-container {