More changes

This commit is contained in:
Bel Curcio
2021-06-01 13:47:54 -03:00
parent 874c72795b
commit da2fb44dd4
6 changed files with 32 additions and 13 deletions

View File

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