Prevent search request in the Extensions > My Subscriptions page (#51164)

* Prevent search request in the Extensions > My Subscriptions page

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Cem Ünalan 2024-09-12 23:36:58 +03:00 committed by GitHub
parent f39e1d72c0
commit 0e930533e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -73,7 +73,8 @@ export default function Content(): JSX.Element {
if (
query.tab === undefined ||
( query.tab && [ '', 'discover' ].includes( query.tab ) )
( query.tab &&
[ '', 'discover', 'my-subscriptions' ].includes( query.tab ) )
) {
return;
}

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Prevent search request in the Extensions > My Subscriptions page