diff --git a/store/index.js b/store/index.js index 0d1923b85d..9b43e58c46 100644 --- a/store/index.js +++ b/store/index.js @@ -141,7 +141,7 @@ export const getters = { return false; } - if ( !product.showNamespaceFilter ) { + if ( !product.showNamespaceFilter && !getters['isExplorer'] ) { return true; }