Removing HTML Contnt

This commit is contained in:
Belen Curcio
2020-11-26 13:38:37 -03:00
parent fd3cdba4fb
commit c198dbc190
3 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ const WishlistCard: FC<Props> = ({ item }) => {
</Link>
</h3>
<div className="mb-4">
<Text variant="body" html={product.description} />
<Text html={product.description} />
</div>
<Button
aria-label="Add to Cart"