mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix bugs & do some maintenance
This commit is contained in:
parent
ed77ad63ca
commit
80853c6fd4
11 changed files with 195 additions and 131 deletions
|
@ -9,9 +9,6 @@ const ButtonSettingsBlock = ( { title, description, ...props } ) => (
|
|||
<Description>{ description }</Description>
|
||||
</Header>
|
||||
<Action>
|
||||
{ props.actionProps?.message && (
|
||||
<p>{ props.actionProps.message }</p>
|
||||
) }
|
||||
<Button
|
||||
isBusy={ props.actionProps?.isBusy }
|
||||
variant={ props.actionProps?.buttonType }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue