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
|
<div
|
||||||
className="wc-block-featured-product__description"
|
className="wc-block-featured-product__description"
|
||||||
dangerouslySetInnerHTML={ {
|
dangerouslySetInnerHTML={ {
|
||||||
__html:
|
__html: product.short_description,
|
||||||
'<p>Black cotton top with matching striped skirt. </p>\n',
|
|
||||||
} }
|
} }
|
||||||
/>
|
/>
|
||||||
) }
|
) }
|
||||||
|
|
Loading…
Reference in New Issue