Remove title for Extensions and Themes tabs (#51195)

* Remove title for Extensions and Themes tabs

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

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Dan Q <dan@danq.me>
This commit is contained in:
Herman 2024-09-09 14:08:49 +02:00 committed by GitHub
parent 8dcb562c39
commit b913931623
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -167,7 +167,7 @@ export default function Products( props: ProductsProps ) {
return (
<div className={ containerClassName }>
{ selectedTab !== 'business-services' && (
{ selectedTab === 'search' && (
<h2 className={ productListTitleClassName }>
{ isLoading ? ' ' : title }
</h2>

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Remove titles on Extensions and Themes tabs in the marketplace