Show payments task for non-US stores when wcpay installed (https://github.com/woocommerce/woocommerce-admin/pull/5166)

This commit is contained in:
Joshua T Flowers 2020-09-23 15:55:19 +03:00 committed by GitHub
parent feddd93d66
commit 12ffd61133
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ export function getAllTasks( {
} );
updateQueryString( { task: 'payments' } );
},
visible: ! woocommercePaymentsInstalled,
visible: ! woocommercePaymentsInstalled || countryCode !== 'US',
time: __( '2 minutes', 'woocommerce-admin' ),
},
{