fix count filtering for all products in explorer

This commit is contained in:
Nancy Butler 2021-07-13 11:37:54 -07:00
parent 7a5ac7d3ac
commit 6f71ff3f0c
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ export const getters = {
return false; return false;
} }
if ( !product.showNamespaceFilter ) { if ( !product.showNamespaceFilter && !getters['isExplorer'] ) {
return true; return true;
} }