diff --git a/plugins/woocommerce-admin/client/marketplace/components/products/products.tsx b/plugins/woocommerce-admin/client/marketplace/components/products/products.tsx
index c548b24061c..8ecd211e4d2 100644
--- a/plugins/woocommerce-admin/client/marketplace/components/products/products.tsx
+++ b/plugins/woocommerce-admin/client/marketplace/components/products/products.tsx
@@ -167,7 +167,7 @@ export default function Products( props: ProductsProps ) {
return (
- { selectedTab !== 'business-services' && (
+ { selectedTab === 'search' && (
{ isLoading ? ' ' : title }
diff --git a/plugins/woocommerce/changelog/51195-remove-wccom-21567-in-app-tab-title b/plugins/woocommerce/changelog/51195-remove-wccom-21567-in-app-tab-title
new file mode 100644
index 00000000000..bfa0a44d806
--- /dev/null
+++ b/plugins/woocommerce/changelog/51195-remove-wccom-21567-in-app-tab-title
@@ -0,0 +1,4 @@
+Significance: patch
+Type: tweak
+
+Remove titles on Extensions and Themes tabs in the marketplace
\ No newline at end of file