Merge pull request #32506 from woocommerce/fix/hidden_wcpay_task

WCPayments task is not visible after installing the plugin
This commit is contained in:
Fernando 2022-04-08 09:05:21 -03:00 committed by GitHub
commit 61e0a51854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -201,7 +201,10 @@ class BusinessDetails extends Component {
const promises = [
this.persistProfileItems( {
business_extensions: businessExtensions,
business_extensions: [
...businessExtensions,
...alreadyActivatedExtensions,
],
} ),
];

View File

@ -0,0 +1,4 @@
Significance: minor
Type: fix
WCPayments task is not visible after installing the plugin #32506