Remove star-rating class from Product rating block (https://github.com/woocommerce/woocommerce-blocks/pull/3717)
This commit is contained in:
parent
96e3ff9662
commit
7f1d785b1c
|
@ -45,7 +45,6 @@ const Block = ( { className } ) => {
|
|||
<div
|
||||
className={ classnames(
|
||||
className,
|
||||
'star-rating',
|
||||
'wc-block-components-product-rating',
|
||||
{
|
||||
[ `${ parentClassName }__product-rating` ]: parentClassName,
|
||||
|
|
Loading…
Reference in New Issue