Added a check to show the "Store Setup" button (https://github.com/woocommerce/woocommerce-admin/pull/5360)
This commit adds a check to show the "Store Setup" button Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
parent
209dbef800
commit
4dd0232c44
|
@ -153,7 +153,7 @@ export class ActivityPanel extends Component {
|
|||
: null;
|
||||
|
||||
const setup =
|
||||
! taskListComplete && ! isPerformingSetupTask
|
||||
! taskListComplete && ! isPerformingSetupTask && ! taskListHidden
|
||||
? {
|
||||
name: 'setup',
|
||||
title: __( 'Store Setup', 'woocommerce-admin' ),
|
||||
|
|
Loading…
Reference in New Issue