Featured Product Block: Use real product short description (https://github.com/woocommerce/woocommerce-blocks/pull/315)

This commit is contained in:
Kelly Dwan 2019-01-14 14:53:30 -05:00 committed by GitHub
parent 9c414cac0a
commit 6f2719d36b
1 changed files with 1 additions and 2 deletions

View File

@ -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,
} }
/>
) }