keep old variable name

This commit is contained in:
GotPPay
2018-09-12 15:35:41 +02:00
committed by Bilal Catic
parent 39cb851a55
commit 8a9af7ed8c

View File

@@ -128,8 +128,8 @@ class ProfileAddressesContainer extends Component {
<Col> <Col>
<div> <div>
{ {
(profileInfo && profileInfo.deliveryAddresses && profileInfo.deliveryAddresses.length > 0 ) && (profileInfo && profileInfo.profileAddresses && profileInfo.profileAddresses.length > 0 ) &&
profileInfo.deliveryAddresses.map(address => profileInfo.profileAddresses.map(address =>
<TagName key={'address-'+ address.id} <TagName key={'address-'+ address.id}
idSelectedDeliveryAddress={idSelectedDeliveryAddress} idSelectedDeliveryAddress={idSelectedDeliveryAddress}
handleDeliveryChange={handleDeliveryChange} handleDeliveryChange={handleDeliveryChange}