improve frontend code
This commit is contained in:
@@ -21,7 +21,7 @@ class BillingAddressesContainer extends Component {
|
||||
}
|
||||
|
||||
saveBillingAddress(address){
|
||||
this.props.dispatch(saveBillingAddress(this.props.idUser, this.props.idCompany, address));
|
||||
this.props.dispatch(saveBillingAddress(this.props.idUser, address));
|
||||
}
|
||||
|
||||
onAddressChange(address){
|
||||
|
||||
Reference in New Issue
Block a user