Suppress category selector when showing search results

This commit is contained in:
Dan Q 2023-09-19 10:58:18 +01:00
parent 9c354c7b8b
commit 078e178997
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ export default function Extensions(): JSX.Element {
<h2 className="woocommerce-marketplace__product-list-title woocommerce-marketplace__product-list-title--extensions">
{ title }
</h2>
<CategorySelector />
{ ! query.term && <CategorySelector /> }
{ content() }
</div>
);