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:
parent
8dcb562c39
commit
b913931623
|
@ -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>
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Remove titles on Extensions and Themes tabs in the marketplace
|
Loading…
Reference in New Issue