Skip to content

Commit

Permalink
Hardcode store filter instead since 5 WooCommerce only themes is too …
Browse files Browse the repository at this point in the history
…small to choose from
  • Loading branch information
ilyasfoo committed Jun 28, 2023
1 parent 60a2182 commit f0f2ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/state/themes/selectors/get-theme-hidden-filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function getThemeHiddenFilters( state, siteId ) {
const filters = [];

if ( isSiteOnECommerceTrial( state, siteId ) || isSiteOnWooExpress( state, siteId ) ) {
filters.push( 'woo-on-plans' );
filters.push( 'store' );
}

return filters;
Expand Down

0 comments on commit f0f2ac1

Please sign in to comment.