mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
🐛 Fix JS error on Overview tab
This commit is contained in:
parent
f1dc53ba32
commit
01242f3fba
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import { todosData } from '../../../data/settings/tab-overview-todos-data';
|
|||
const TabOverview = () => {
|
||||
const [ isRefreshing, setIsRefreshing ] = useState( false );
|
||||
|
||||
const { merchantFeatures } = useMerchantInfo();
|
||||
const { merchant, merchantFeatures } = useMerchantInfo();
|
||||
const { refreshFeatureStatuses, setActiveModal } =
|
||||
useDispatch( STORE_NAME );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue