mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Remove the redundant Edit link for the Axo Billing Details
This commit is contained in:
parent
0952b5fec2
commit
fe81da15be
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue