mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
♻️ Rename ambgious hooks
Two different hooks and one store property shared the same name. This commit resolves the ambiguity and makes all names unique
This commit is contained in:
parent
565ee96bb6
commit
084327c635
3 changed files with 5 additions and 5 deletions
|
@ -97,7 +97,7 @@ export const useProduction = () => {
|
|||
return { productionOnboardingUrl };
|
||||
};
|
||||
|
||||
export const useManualConnection = () => {
|
||||
export const useAuthentication = () => {
|
||||
const {
|
||||
isManualConnectionMode,
|
||||
setManualConnectionMode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue