mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
💄 Remove “Loading” text from busy-state overlay
This commit is contained in:
parent
2d09b3bd71
commit
e79a6be2c7
1 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,9 @@ const BusyStateWrapper = ( {
|
|||
return (
|
||||
<BusyContext.Provider value={ isBusyComponent }>
|
||||
<div className={ wrapperClassName }>
|
||||
{ showSpinner && <SpinnerOverlay asModal={ false } /> }
|
||||
{ showSpinner && (
|
||||
<SpinnerOverlay asModal={ false } message="" />
|
||||
) }
|
||||
{ memoizedChildren }
|
||||
</div>
|
||||
</BusyContext.Provider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue