mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Insights preparation.
This commit is contained in:
parent
2f1c36af40
commit
9bf23550dd
9 changed files with 92 additions and 24 deletions
|
@ -16,7 +16,7 @@ class BillingView {
|
|||
const selectElement = document.querySelector(selectSelector);
|
||||
|
||||
if (!selectElement) {
|
||||
return ${key};
|
||||
return key;
|
||||
}
|
||||
|
||||
const option = selectElement.querySelector(`option[value="${key}"]`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue