diff --git a/plugins/woocommerce-blocks/assets/js/product-category-block.js b/plugins/woocommerce-blocks/assets/js/product-category-block.js index 654b29d45b3..da0e3dec8c5 100644 --- a/plugins/woocommerce-blocks/assets/js/product-category-block.js +++ b/plugins/woocommerce-blocks/assets/js/product-category-block.js @@ -33,8 +33,8 @@ import ProductCategoryControl from './components/product-category-control'; import ProductPreview from './components/product-preview'; import sharedAttributes from './utils/shared-attributes'; -// Only enable center, wide, and full alignments -const validAlignments = [ 'center', 'wide', 'full' ]; +// Only enable wide and full alignments +const validAlignments = [ 'wide', 'full' ]; /** * Component to handle edit mode of "Products by Category".