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 (
|
return (
|
||||||
<BusyContext.Provider value={ isBusyComponent }>
|
<BusyContext.Provider value={ isBusyComponent }>
|
||||||
<div className={ wrapperClassName }>
|
<div className={ wrapperClassName }>
|
||||||
{ showSpinner && <SpinnerOverlay asModal={ false } /> }
|
{ showSpinner && (
|
||||||
|
<SpinnerOverlay asModal={ false } message="" />
|
||||||
|
) }
|
||||||
{ memoizedChildren }
|
{ memoizedChildren }
|
||||||
</div>
|
</div>
|
||||||
</BusyContext.Provider>
|
</BusyContext.Provider>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue