Remove the redundant Edit link for the Axo Billing Details

This commit is contained in:
Daniel Dudzic 2024-04-30 15:17:53 +02:00
parent 0952b5fec2
commit fe81da15be
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -40,7 +40,6 @@ class BillingView {
<h3>Billing</h3>
<a href="javascript:void(0)" ${this.el.changeBillingAddressLink.attributes}>Edit</a>
</div>
<a href="javascript:void(0)" ${this.el.changeBillingAddressLink.attributes}>Edit</a>
<div>${data.value('email')}</div>
<div>${data.value('company')}</div>
<div>${data.value('firstName')} ${data.value('lastName')}</div>