feat(F-101): completed feature
This commit is contained in:
@@ -88,7 +88,7 @@ export default async function ProductPage({ params }: PageProps) {
|
||||
</h1>
|
||||
<div className="text-lg leading-8 text-stone-700">
|
||||
{product.description ? (
|
||||
<div className="rich-text" dangerouslySetInnerHTML={{ __html: formatRichText(product.description) }} />
|
||||
<div className="rich-text text-justify" dangerouslySetInnerHTML={{ __html: formatRichText(product.description) }} />
|
||||
) : (
|
||||
'Producto del catálogo público de mercadodevida.'
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user