mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
♻️ Remove duplicate “common.isReady” accessor
This commit is contained in:
parent
161df3a85f
commit
0867a3cc63
3 changed files with 3 additions and 6 deletions
|
@ -11,8 +11,8 @@ import { getQuery } from '../utils/navigation';
|
|||
const SettingsApp = () => {
|
||||
const { isReady: onboardingIsReady, completed: onboardingCompleted } =
|
||||
OnboardingHooks.useSteps();
|
||||
const { isReady: merchantIsReady } = CommonHooks.useStore();
|
||||
const {
|
||||
isReady: merchantIsReady,
|
||||
merchant: { isSendOnlyCountry },
|
||||
} = CommonHooks.useMerchantInfo();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue