Add aria-expanded to Change address button (https://github.com/woocommerce/woocommerce-blocks/pull/2603)
This commit is contained in:
parent
27c68c520d
commit
9b05b19028
|
@ -104,6 +104,7 @@ const TotalsShippingItem = ( {
|
|||
! isShippingCalculatorOpen
|
||||
);
|
||||
} }
|
||||
aria-expanded={ isShippingCalculatorOpen }
|
||||
>
|
||||
{ __(
|
||||
'(change address)',
|
||||
|
|
Loading…
Reference in New Issue