Featured Product Block: Use real product short description (https://github.com/woocommerce/woocommerce-blocks/pull/315)
This commit is contained in:
parent
9c414cac0a
commit
6f2719d36b
|
@ -245,8 +245,7 @@ class FeaturedProduct extends Component {
|
|||
<div
|
||||
className="wc-block-featured-product__description"
|
||||
dangerouslySetInnerHTML={ {
|
||||
__html:
|
||||
'<p>Black cotton top with matching striped skirt. </p>\n',
|
||||
__html: product.short_description,
|
||||
} }
|
||||
/>
|
||||
) }
|
||||
|
|
Loading…
Reference in New Issue