Remove star-rating class from Product rating block (https://github.com/woocommerce/woocommerce-blocks/pull/3717)

This commit is contained in:
Albert Juhé Lluveras 2021-01-25 11:19:36 +01:00 committed by GitHub
parent 96e3ff9662
commit 7f1d785b1c
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ const Block = ( { className } ) => {
<div
className={ classnames(
className,
'star-rating',
'wc-block-components-product-rating',
{
[ `${ parentClassName }__product-rating` ]: parentClassName,