Add product description html (#274)

This commit is contained in:
cond0r
2021-04-15 18:35:31 +03:00
committed by GitHub
parent d838f34c73
commit 0b715c2dd2
5 changed files with 7 additions and 6 deletions

View File

@@ -136,7 +136,7 @@ const ProductView: FC<Props> = ({ product }) => {
))}
<div className="pb-14 break-words w-full max-w-xl">
<Text html={product.description} />
<Text html={product.descriptionHtml || product.description} />
</div>
</section>
<div>