mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
Removes arialabelledby from PaymentMethodItem (#2261)
* fixes paymentmethoditem arialabelby * adds changeset
This commit is contained in:
5
.changeset/polite-crabs-rest.md
Normal file
5
.changeset/polite-crabs-rest.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
fixes aria-labelledby in paymentMethodItem
|
||||
@@ -153,7 +153,6 @@ class PaymentMethodItem extends Component<PaymentMethodItemProps> {
|
||||
className={`adyen-checkout__payment-method__details ${styles['adyen-checkout__payment-method__details']}`}
|
||||
id={containerId}
|
||||
role="region"
|
||||
aria-labelledby={buttonId}
|
||||
>
|
||||
{showRemovePaymentMethodButton && (
|
||||
<DisableOneClickConfirmation
|
||||
|
||||
Reference in New Issue
Block a user