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:
Fernando 2020-10-13 16:51:54 -03:00 committed by GitHub
parent 209dbef800
commit 4dd0232c44
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ export class ActivityPanel extends Component {
: null;
const setup =
! taskListComplete && ! isPerformingSetupTask
! taskListComplete && ! isPerformingSetupTask && ! taskListHidden
? {
name: 'setup',
title: __( 'Store Setup', 'woocommerce-admin' ),