mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
🎨 Rename an unrelated attribute
This commit is contained in:
parent
c2c9e4009f
commit
f0ba7090df
1 changed files with 2 additions and 2 deletions
|
@ -63,10 +63,10 @@ export const setPersistent = ( prop, value ) => ( {
|
|||
/**
|
||||
* Transient. Changes the "ready-state" of the module.
|
||||
*
|
||||
* @param {boolean} state Whether the store is ready to be used.
|
||||
* @param {boolean} isReady Whether the store is ready to be used.
|
||||
* @return {Action} The action.
|
||||
*/
|
||||
export const setIsReady = ( state ) => setTransient( 'isReady', state );
|
||||
export const setIsReady = ( isReady ) => setTransient( 'isReady', isReady );
|
||||
|
||||
/**
|
||||
* Thunk action creator. Triggers the persistence of store data to the server.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue